Trace number 4248319

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 7.57141 3.44082

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-20-2-5.xml
MD5SUM5c2f9b3786fd2492c99150ec9cf810b1
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.0079110004
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":63}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":37},{"degree":1,"count":34},{"degree":2,"count":23},{"degree":3,"count":5},{"degree":4,"count":1}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":5},{"arity":5,"count":3},{"arity":6,"count":4},{"arity":7,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

3.60/2.18	c Concrete v3.4 running
7.25/3.38	v <instantiation>
7.25/3.38	v       <list>
7.25/3.38	v         x[0] x[1] x[5] x[6] x[7] x[8] x[12] x[13] x[14] x[15] x[16] x[17] x[20] x[21] x[22] x[25] x[27] x[28] x[29] x[30] x[31] x[33] x[36] x[38] x[39] x[40] x[42] x[43] x[44] x[46] x[48] x[49] x[50] x[51] x[53] x[56] x[58] x[62] x[64] x[68] x[69] x[70] x[72] x[74] x[76] x[78] x[79] x[81] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99]
7.25/3.38	v       </list>
7.25/3.38	v       <values>
7.25/3.38	v         43 10 47 44 22 47 47 47 22 3 10 17 47 46 2 12 47 47 18 47 39 45 47 6 40 28 47 47 47 45 9 2 31 20 29 12 40 47 47 47 15 43 47 47 13 41 21 2 31 35 31 46 47 47 32 44 37 3 25 47 33 47 47
7.25/3.38	v       </values>
7.25/3.38	v     </instantiation>
7.25/3.38	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-4248319-1500682893/watcher-4248319-1500682893 -o /tmp/evaluation-result-4248319-1500682893/solver-4248319-1500682893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560 bin/concrete HOME/instance-4248319-1500682893.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.10 2.85 4.17 2/241 9260
/proc/meminfo: memFree=31709776/32770624 swapFree=5792/340924
[pid=9260] ppid=9257 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (bash) S 9257 9260 7912 0 -1 4202496 685 1531 0 0 0 0 0 0 20 0 1 0 3556925 9736192 350 33554432000 4194304 5098028 140730743725136 140730743722776 140192213965824 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 40615936 140730743727374 140730743727459 140730743727459 140730743730158 0
/proc/9260/statm: 2377 350 278 221 0 86 0

[startup+0.100131 s]
/proc/loadavg: 1.10 2.85 4.17 2/241 9260
/proc/meminfo: memFree=31709776/32770624 swapFree=5792/340924
[pid=9260] ppid=9257 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (bash) S 9257 9260 7912 0 -1 4202496 878 6411 0 0 0 0 0 1 20 0 1 0 3556925 9871360 377 33554432000 4194304 5098028 140730743725136 140730743719144 140192213965824 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 40615936 140730743727374 140730743727459 140730743727459 140730743730158 0
/proc/9260/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200354 s]
/proc/loadavg: 1.10 2.85 4.17 2/241 9260
/proc/meminfo: memFree=31709776/32770624 swapFree=5792/340924
[pid=9260] ppid=9257 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (java) S 9257 9260 7912 0 -1 1077944320 5114 12681 0 0 5 2 9 3 20 0 13 0 3556925 10686320640 4934 33554432000 4194304 4196468 140727494476112 140727494458656 140627669442295 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
/proc/9260/statm: 2608965 4934 2137 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300311 s]
/proc/loadavg: 1.10 2.85 4.17 2/241 9260
/proc/meminfo: memFree=31709776/32770624 swapFree=5792/340924
[pid=9260] ppid=9257 vsize=10902292 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (java) S 9257 9260 7912 0 -1 1077944320 7002 12681 0 0 22 3 9 3 20 0 20 0 3556925 11163947008 8696 33554432000 4194304 4196468 140727494476112 140727494458656 140627669442295 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
/proc/9260/statm: 2725573 8696 2913 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700293 s]
/proc/loadavg: 1.10 2.85 4.17 2/241 9260
/proc/meminfo: memFree=31709776/32770624 swapFree=5792/340924
[pid=9260] ppid=9257 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (java) S 9257 9260 7912 0 -1 1077944320 12091 12681 0 0 73 5 9 3 20 0 20 0 3556925 11164385280 14941 33554432000 4194304 4196468 140727494476112 140727494458656 140627669442295 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
/proc/9260/statm: 2725680 14941 3148 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50069 s]
/proc/loadavg: 1.10 2.85 4.17 5/285 9421
/proc/meminfo: memFree=31534296/32770624 swapFree=5792/341012
[pid=9260] ppid=9257 vsize=10913344 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (java) S 9257 9260 7912 0 -1 1077944320 26572 12681 0 0 198 12 9 3 20 0 20 0 3556925 11175264256 43909 33554432000 4194304 4196468 140727494476112 140727494458656 140627669442295 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
/proc/9260/statm: 2728336 43909 3406 1 0 2716450 0
[pid=9260/tid=9321] ppid=9257 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9321/stat : 9321 (java) S 9257 9260 7912 0 -1 1077944384 19409 12681 0 0 125 5 9 3 20 0 20 0 3556939 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627673653776 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9322] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9322/stat : 9322 (java) S 9257 9260 7912 0 -1 1077944384 28 12681 0 0 0 0 9 3 20 0 20 0 3556940 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627632548496 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9323] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9323/stat : 9323 (java) S 9257 9260 7912 0 -1 1077944384 20 12681 0 0 0 0 9 3 20 0 20 0 3556940 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627275340304 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9324] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9324/stat : 9324 (java) S 9257 9260 7912 0 -1 1077944384 10 12681 0 0 0 0 9 3 20 0 20 0 3556940 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627274287504 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9325] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9325/stat : 9325 (java) S 9257 9260 7912 0 -1 1077944384 43 12681 0 0 0 0 9 3 20 0 20 0 3556940 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627273234704 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9326] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9326/stat : 9326 (java) S 9257 9260 7912 0 -1 1077944384 149 12681 0 0 0 0 9 3 20 0 20 0 3556940 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627272182928 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9327] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9327/stat : 9327 (java) S 9257 9260 7912 0 -1 1077944384 12 12681 0 0 0 0 9 3 20 0 20 0 3556940 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627271130128 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9328] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9328/stat : 9328 (java) S 9257 9260 7912 0 -1 1077944384 27 12681 0 0 0 0 9 3 20 0 20 0 3556940 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627270077328 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9329] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9329/stat : 9329 (java) S 9257 9260 7912 0 -1 1077944384 39 12681 0 0 0 0 9 3 20 0 20 0 3556940 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627269024528 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9330] ppid=9257 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9330/stat : 9330 (java) S 9257 9260 7912 0 -1 1077944384 1604 12681 0 0 1 0 9 3 20 0 20 0 3556942 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627143993712 140627669453442 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9331] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9331/stat : 9331 (java) S 9257 9260 7912 0 -1 1077944384 57 12681 0 0 0 0 9 3 20 0 20 0 3556943 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627142939680 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9332] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9332/stat : 9332 (java) S 9257 9260 7912 0 -1 1077944384 44 12681 0 0 0 0 9 3 20 0 20 0 3556943 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627141886832 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9333] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9333/stat : 9333 (java) S 9257 9260 7912 0 -1 1077944384 1 12681 0 0 0 0 9 3 20 0 20 0 3556947 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627140835152 140627669460891 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9334] ppid=9257 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9334/stat : 9334 (java) S 9257 9260 7912 0 -1 1077944384 830 12681 0 0 14 0 9 3 20 0 20 0 3556947 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627139783536 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9335] ppid=9257 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9335/stat : 9335 (java) S 9257 9260 7912 0 -1 1077944384 731 12681 0 0 11 0 9 3 20 0 20 0 3556947 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627138730736 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9336] ppid=9257 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9336/stat : 9336 (java) S 9257 9260 7912 0 -1 1077944384 502 12681 0 0 11 0 9 3 20 0 20 0 3556947 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627137677936 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9337] ppid=9257 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9337/stat : 9337 (java) R 9257 9260 7912 0 -1 4202560 932 12681 0 0 26 0 9 3 20 0 20 0 3556947 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627136622072 140627651005824 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9338] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9338/stat : 9338 (java) S 9257 9260 7912 0 -1 1077944384 3 12681 0 0 0 0 9 3 20 0 20 0 3556948 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627135572576 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9339] ppid=9257 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9339/stat : 9339 (java) S 9257 9260 7912 0 -1 1077944384 3 12681 0 0 0 0 9 3 20 0 20 0 3556948 11175264256 43909 33554432000 4194304 4196468 140727494476112 140627134519856 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10913344

[startup+3.10072 s]
/proc/loadavg: 1.10 2.85 4.17 8/285 9421
/proc/meminfo: memFree=31352792/32770624 swapFree=5792/340956
[pid=9260] ppid=9257 vsize=10993404 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (java) S 9257 9260 7912 0 -1 1077944320 58624 12681 0 0 579 21 9 3 20 0 20 0 3556925 11257245696 70887 33554432000 4194304 4196468 140727494476112 140727494458656 140627669442295 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
/proc/9260/statm: 2748351 70887 3475 1 0 2735906 0
[pid=9260/tid=9321] ppid=9257 vsize=10993404 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9321/stat : 9321 (java) R 9257 9260 7912 0 -1 4202560 40964 12681 0 0 276 9 9 3 20 0 20 0 3556939 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627673675280 140627669464221 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9322] ppid=9257 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9322/stat : 9322 (java) S 9257 9260 7912 0 -1 1077944384 36 12681 0 0 2 0 9 3 20 0 20 0 3556940 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627632548496 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9323] ppid=9257 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9323/stat : 9323 (java) S 9257 9260 7912 0 -1 1077944384 27 12681 0 0 2 0 9 3 20 0 20 0 3556940 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627275340304 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9324] ppid=9257 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9324/stat : 9324 (java) S 9257 9260 7912 0 -1 1077944384 28 12681 0 0 2 0 9 3 20 0 20 0 3556940 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627274287504 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9325] ppid=9257 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9325/stat : 9325 (java) S 9257 9260 7912 0 -1 1077944384 44 12681 0 0 2 0 9 3 20 0 20 0 3556940 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627273234704 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9326] ppid=9257 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9326/stat : 9326 (java) S 9257 9260 7912 0 -1 1077944384 156 12681 0 0 2 0 9 3 20 0 20 0 3556940 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627272182928 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9327] ppid=9257 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9327/stat : 9327 (java) S 9257 9260 7912 0 -1 1077944384 70 12681 0 0 1 0 9 3 20 0 20 0 3556940 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627271130128 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9328] ppid=9257 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9328/stat : 9328 (java) S 9257 9260 7912 0 -1 1077944384 86 12681 0 0 1 0 9 3 20 0 20 0 3556940 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627270077328 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9329] ppid=9257 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9329/stat : 9329 (java) S 9257 9260 7912 0 -1 1077944384 56 12681 0 0 2 0 9 3 20 0 20 0 3556940 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627269024528 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9330] ppid=9257 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9330/stat : 9330 (java) S 9257 9260 7912 0 -1 1077944384 2337 12681 0 0 3 0 9 3 20 0 20 0 3556942 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627143993712 140627669453442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9331] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9331/stat : 9331 (java) S 9257 9260 7912 0 -1 1077944384 58 12681 0 0 0 0 9 3 20 0 20 0 3556943 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627142939744 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9332] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9332/stat : 9332 (java) S 9257 9260 7912 0 -1 1077944384 44 12681 0 0 0 0 9 3 20 0 20 0 3556943 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627141886848 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9333] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9333/stat : 9333 (java) S 9257 9260 7912 0 -1 1077944384 1 12681 0 0 0 0 9 3 20 0 20 0 3556947 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627140835152 140627669460891 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9334] ppid=9257 vsize=10993404 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9334/stat : 9334 (java) R 9257 9260 7912 0 -1 4202560 6553 12681 0 0 100 1 9 3 20 0 20 0 3556947 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627139767728 140627653348959 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9335] ppid=9257 vsize=10993404 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9335/stat : 9335 (java) S 9257 9260 7912 0 -1 1077944384 1537 12681 0 0 38 1 9 3 20 0 20 0 3556947 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627138730736 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9336] ppid=9257 vsize=10993404 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9336/stat : 9336 (java) S 9257 9260 7912 0 -1 1077944384 1227 12681 0 0 47 0 9 3 20 0 20 0 3556947 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627137677936 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9337] ppid=9257 vsize=10993404 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9337/stat : 9337 (java) R 9257 9260 7912 0 -1 4202560 3262 12681 0 0 92 0 9 3 20 0 20 0 3556947 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627136623096 140627648410434 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9338] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9338/stat : 9338 (java) S 9257 9260 7912 0 -1 1077944384 3 12681 0 0 0 0 9 3 20 0 20 0 3556948 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627135572576 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9339] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9339/stat : 9339 (java) S 9257 9260 7912 0 -1 1077944384 7 12681 0 0 0 0 9 3 20 0 20 0 3556948 11257245696 70887 33554432000 4194304 4196468 140727494476112 140627134519856 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 10993404

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

[startup+3.20091 s]
/proc/loadavg: 1.10 2.85 4.17 8/285 9421
/proc/meminfo: memFree=31352792/32770624 swapFree=5792/340956
[pid=9260] ppid=9257 vsize=10993404 CPUtime=6.61 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (java) S 9257 9260 7912 0 -1 1077944320 59118 12681 0 0 628 21 9 3 20 0 20 0 3556925 11257245696 71389 33554432000 4194304 4196468 140727494476112 140727494458656 140627669442295 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
/proc/9260/statm: 2748351 71389 3475 1 0 2735906 0
[pid=9260/tid=9321] ppid=9257 vsize=10993404 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9321/stat : 9321 (java) S 9257 9260 7912 0 -1 1077944384 40997 12681 0 0 280 9 9 3 20 0 20 0 3556939 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627673679968 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9322] ppid=9257 vsize=10993404 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9322/stat : 9322 (java) R 9257 9260 7912 0 -1 4202560 36 12681 0 0 6 1 9 3 20 0 20 0 3556940 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627632548696 140627654142991 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9323] ppid=9257 vsize=10993404 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9323/stat : 9323 (java) R 9257 9260 7912 0 -1 4202560 28 12681 0 0 6 1 9 3 20 0 20 0 3556940 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627275340112 140627662070503 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9324] ppid=9257 vsize=10993404 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9324/stat : 9324 (java) S 9257 9260 7912 0 -1 1077944384 33 12681 0 0 7 0 9 3 20 0 20 0 3556940 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627274287312 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9325] ppid=9257 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9325/stat : 9325 (java) S 9257 9260 7912 0 -1 1077944384 48 12681 0 0 6 0 9 3 20 0 20 0 3556940 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627273234512 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9326] ppid=9257 vsize=10993404 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9326/stat : 9326 (java) R 9257 9260 7912 0 -1 4202560 157 12681 0 0 6 0 9 3 20 0 20 0 3556940 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627272183048 140627662070503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9327] ppid=9257 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9327/stat : 9327 (java) R 9257 9260 7912 0 -1 4202560 75 12681 0 0 4 0 9 3 20 0 20 0 3556940 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627271130248 140627662070503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9328] ppid=9257 vsize=10993404 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9328/stat : 9328 (java) R 9257 9260 7912 0 -1 4202560 86 12681 0 0 5 0 9 3 20 0 20 0 3556940 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627270077448 140627662070503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9329] ppid=9257 vsize=10993404 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9329/stat : 9329 (java) R 9257 9260 7912 0 -1 4202560 57 12681 0 0 5 0 9 3 20 0 20 0 3556940 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627269024648 140627662070503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9330] ppid=9257 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9330/stat : 9330 (java) S 9257 9260 7912 0 -1 1077944384 2338 12681 0 0 4 0 9 3 20 0 20 0 3556942 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627143992336 140627669452501 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9331] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9331/stat : 9331 (java) S 9257 9260 7912 0 -1 1077944384 58 12681 0 0 0 0 9 3 20 0 20 0 3556943 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627142939744 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9332] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9332/stat : 9332 (java) S 9257 9260 7912 0 -1 1077944384 44 12681 0 0 0 0 9 3 20 0 20 0 3556943 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627141886848 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9333] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9333/stat : 9333 (java) S 9257 9260 7912 0 -1 1077944384 1 12681 0 0 0 0 9 3 20 0 20 0 3556947 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627140835152 140627669460891 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9334] ppid=9257 vsize=10993404 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9334/stat : 9334 (java) R 9257 9260 7912 0 -1 4202560 6917 12681 0 0 110 1 9 3 20 0 20 0 3556947 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627139769560 140627654567016 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9335] ppid=9257 vsize=10993404 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9335/stat : 9335 (java) S 9257 9260 7912 0 -1 1077944384 1542 12681 0 0 39 1 9 3 20 0 20 0 3556947 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627138730736 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9336] ppid=9257 vsize=10993404 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9336/stat : 9336 (java) S 9257 9260 7912 0 -1 1077944384 1229 12681 0 0 47 1 9 3 20 0 20 0 3556947 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627137677936 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9337] ppid=9257 vsize=10993404 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9337/stat : 9337 (java) S 9257 9260 7912 0 -1 1077944384 3334 12681 0 0 95 0 9 3 20 0 20 0 3556947 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627136625136 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9338] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9338/stat : 9338 (java) S 9257 9260 7912 0 -1 1077944384 3 12681 0 0 0 0 9 3 20 0 20 0 3556948 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627135572576 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9339] ppid=9257 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9339/stat : 9339 (java) S 9257 9260 7912 0 -1 1077944384 7 12681 0 0 0 0 9 3 20 0 20 0 3556948 11257245696 71389 33554432000 4194304 4196468 140727494476112 140627134519856 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 10993404

[startup+3.41189 s]
/proc/loadavg: 1.25 2.86 4.16 5/285 9421
/proc/meminfo: memFree=31224492/32770624 swapFree=5792/340948
[pid=9260] ppid=9257 vsize=11064132 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/9260/stat : 9260 (java) S 9257 9260 7912 0 -1 1077944320 60888 12681 0 0 719 23 9 3 20 0 19 0 3556925 11329671168 72166 33554432000 4194304 4196468 140727494476112 140727494458656 140627669442295 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
/proc/9260/statm: 2766033 72166 3477 1 0 2753588 0
[pid=9260/tid=9321] ppid=9257 vsize=11064132 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9321/stat : 9321 (java) S 9257 9260 7912 0 -1 1077944384 41131 12681 0 0 285 9 9 3 20 0 19 0 3556939 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627673685136 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9322] ppid=9257 vsize=11064132 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9322/stat : 9322 (java) S 9257 9260 7912 0 -1 1077944384 45 12681 0 0 13 1 9 3 20 0 19 0 3556940 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627632548496 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9323] ppid=9257 vsize=11064132 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9323/stat : 9323 (java) S 9257 9260 7912 0 -1 1077944384 31 12681 0 0 14 1 9 3 20 0 19 0 3556940 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627275340304 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9324] ppid=9257 vsize=11064132 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9324/stat : 9324 (java) S 9257 9260 7912 0 -1 1077944384 33 12681 0 0 14 0 9 3 20 0 19 0 3556940 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627274287504 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9325] ppid=9257 vsize=11064132 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9325/stat : 9325 (java) S 9257 9260 7912 0 -1 1077944384 48 12681 0 0 14 0 9 3 20 0 19 0 3556940 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627273234704 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9326] ppid=9257 vsize=11064132 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9326/stat : 9326 (java) S 9257 9260 7912 0 -1 1077944384 161 12681 0 0 14 0 9 3 20 0 19 0 3556940 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627272182928 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9327] ppid=9257 vsize=11064132 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9327/stat : 9327 (java) S 9257 9260 7912 0 -1 1077944384 84 12681 0 0 9 0 9 3 20 0 19 0 3556940 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627271130128 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9328] ppid=9257 vsize=11064132 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9328/stat : 9328 (java) S 9257 9260 7912 0 -1 1077944384 91 12681 0 0 13 0 9 3 20 0 19 0 3556940 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627270077328 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9329] ppid=9257 vsize=11064132 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9329/stat : 9329 (java) S 9257 9260 7912 0 -1 1077944384 57 12681 0 0 10 0 9 3 20 0 19 0 3556940 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627269024528 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9330] ppid=9257 vsize=11064132 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9330/stat : 9330 (java) S 9257 9260 7912 0 -1 1077944384 2350 12681 0 0 9 0 9 3 20 0 19 0 3556942 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627143993920 140627669453442 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9331] ppid=9257 vsize=11064132 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9331/stat : 9331 (java) S 9257 9260 7912 0 -1 1077944384 61 12681 0 0 0 0 9 3 20 0 19 0 3556943 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627142939808 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9332] ppid=9257 vsize=11064132 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9332/stat : 9332 (java) S 9257 9260 7912 0 -1 1077944384 44 12681 0 0 0 0 9 3 20 0 19 0 3556943 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627141886848 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9333] ppid=9257 vsize=11064132 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9333/stat : 9333 (java) S 9257 9260 7912 0 -1 1077944384 4 12681 0 0 0 0 9 3 20 0 19 0 3556947 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627140834800 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9334] ppid=9257 vsize=11064132 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9334/stat : 9334 (java) R 9257 9260 7912 0 -1 4202560 8425 12681 0 0 131 1 9 3 20 0 19 0 3556947 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627139769560 140627650986674 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9335] ppid=9257 vsize=11064132 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9335/stat : 9335 (java) S 9257 9260 7912 0 -1 1077944384 1548 12681 0 0 39 1 9 3 20 0 19 0 3556947 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627138730736 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9336] ppid=9257 vsize=11064132 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9336/stat : 9336 (java) S 9257 9260 7912 0 -1 1077944384 1235 12681 0 0 48 1 9 3 20 0 19 0 3556947 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627137677936 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9337] ppid=9257 vsize=11064132 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9337/stat : 9337 (java) S 9257 9260 7912 0 -1 1077944384 3369 12681 0 0 97 0 9 3 20 0 19 0 3556947 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627136625136 140627669453442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
[pid=9260/tid=9338] ppid=9257 vsize=11064132 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9260/task/9338/stat : 9338 (java) S 9257 9260 7912 0 -1 1077944384 3 12681 0 0 0 0 9 3 20 0 19 0 3556948 11329671168 72166 33554432000 4194304 4196468 140727494476112 140627135572576 140627669452501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25604096 140727494478529 140727494481303 140727494481303 140727494483919 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 11064132

Child status: 0
Real time (s): 3.44082
CPU time (s): 7.57141
CPU user time (s): 7.29186
CPU system time (s): 0.279556
CPU usage (%): 220.047
Max. virtual memory (cumulated for all children) (KiB): 11064132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.29186
system time used= 0.279556
maximum resident set size= 289668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73587
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7702
involuntary context switches= 1759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028656 second user time and 0.037147 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 02:21:33
IDJOB=4248319
IDBENCH=133383
IDSOLVER=2630
FILE ID=node125/4248319-1500682893
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61956 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-20-2-5.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248319-1500682893/watcher-4248319-1500682893 -o /tmp/evaluation-result-4248319-1500682893/solver-4248319-1500682893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4248319-1500682893.xml

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

MD5SUM BENCH= 5c2f9b3786fd2492c99150ec9cf810b1
RANDOM SEED=827863242

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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:        31702440 kB
MemAvailable:   32017800 kB
Buffers:          105552 kB
Cached:           512664 kB
SwapCached:            0 kB
Active:           324728 kB
Inactive:         349672 kB
Active(anon):      58348 kB
Inactive(anon):     8752 kB
Active(file):     266380 kB
Inactive(file):   340920 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24100 kB
Writeback:          3772 kB
AnonPages:         61432 kB
Mapped:            29184 kB
Shmem:              8840 kB
Slab:              84616 kB
SReclaimable:      47788 kB
SUnreclaim:        36828 kB
KernelStack:        4160 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61928 MiB
End job on node125 at 2017-07-22 02:21:36