Trace number 4246084

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 10.19 4.08137

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
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.066059001
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

3.69/2.16	c Concrete v3.4 running
9.91/4.05	v <instantiation>
9.91/4.05	v       <list>
9.91/4.05	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33]
9.91/4.05	v       </list>
9.91/4.05	v       <values>
9.91/4.05	v         17 18 16 19 15 20 14 21 13 22 12 23 11 24 10 25 9 26 8 27 7 28 6 29 5 30 4 31 3 32 2 33 1 34 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
9.91/4.05	v       </values>
9.91/4.05	v     </instantiation>
9.91/4.05	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-4246084-1500708845/watcher-4246084-1500708845 -o /tmp/evaluation-result-4246084-1500708845/solver-4246084-1500708845 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560 bin/concrete HOME/instance-4246084-1500708845.xml 

pid=16933
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.47 1.52 1.50 3/263 16936
/proc/meminfo: memFree=28169572/32770624 swapFree=5720/283872
[pid=16936] ppid=16933 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (bash) S 16933 16936 16473 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 6153652 9736192 350 33554432000 4194304 5098028 140722845008752 140722845006392 140615704370176 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 16363520 140722845017358 140722845017443 140722845017443 140722845020142 0
/proc/16936/statm: 2377 350 277 221 0 86 0

[startup+0.100128 s]
/proc/loadavg: 1.47 1.52 1.50 3/263 16936
/proc/meminfo: memFree=28169572/32770624 swapFree=5720/283872
[pid=16936] ppid=16933 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (bash) S 16933 16936 16473 0 -1 4202496 884 6419 0 0 0 0 0 1 20 0 1 0 6153652 9871360 378 33554432000 4194304 5098028 140722845008752 140722845002760 140615704370176 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 16363520 140722845017358 140722845017443 140722845017443 140722845020142 0
/proc/16936/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200353 s]
/proc/loadavg: 1.47 1.52 1.50 3/263 16936
/proc/meminfo: memFree=28169572/32770624 swapFree=5720/283872
[pid=16936] ppid=16933 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (java) S 16933 16936 16473 0 -1 1077944320 5045 12598 0 0 5 1 9 3 20 0 13 0 6153652 10686320640 4903 33554432000 4194304 4196468 140731810907552 140731810890096 139820161105655 0 0 0 16784585 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
/proc/16936/statm: 2608965 4903 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300275 s]
/proc/loadavg: 1.47 1.52 1.50 3/263 16936
/proc/meminfo: memFree=28169572/32770624 swapFree=5720/283872
[pid=16936] ppid=16933 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (java) S 16933 16936 16473 0 -1 1077944320 7397 12598 0 0 21 2 9 3 20 0 20 0 6153652 11163947008 9198 33554432000 4194304 4196468 140731810907552 140731810890096 139820161105655 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
/proc/16936/statm: 2725573 9198 2974 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700194 s]
/proc/loadavg: 1.47 1.52 1.50 3/263 16936
/proc/meminfo: memFree=28169572/32770624 swapFree=5720/283872
[pid=16936] ppid=16933 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (java) S 16933 16936 16473 0 -1 1077944320 12543 12598 0 0 73 5 9 3 20 0 20 0 6153652 11164385280 15848 33554432000 4194304 4196468 140731810907552 140731810890096 139820161105655 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
/proc/16936/statm: 2725680 15848 3169 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50074 s]
/proc/loadavg: 1.51 1.52 1.50 3/283 17009
/proc/meminfo: memFree=28066188/32770624 swapFree=5720/283948
[pid=16936] ppid=16933 vsize=10913344 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (java) S 16933 16936 16473 0 -1 1077944320 27559 12598 0 0 200 13 9 3 20 0 20 0 6153652 11175264256 44046 33554432000 4194304 4196468 140731810907552 140731810890096 139820161105655 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
/proc/16936/statm: 2728336 44046 3408 1 0 2716450 0
[pid=16936/tid=16991] ppid=16933 vsize=10913344 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16991/stat : 16991 (java) R 16933 16936 16473 0 -1 4202560 19804 12598 0 0 124 5 9 3 20 0 20 0 6153666 11175264256 44046 33554432000 4194304 4196468 140731810907552 139820165333880 139820161117590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16992] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16992/stat : 16992 (java) S 16933 16936 16473 0 -1 1077944384 35 12598 0 0 0 0 9 3 20 0 20 0 6153667 11175264256 44046 33554432000 4194304 4196468 140731810907552 139820113726608 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16993] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16993/stat : 16993 (java) S 16933 16936 16473 0 -1 1077944384 61 12598 0 0 0 0 9 3 20 0 20 0 6153667 11175264256 44046 33554432000 4194304 4196468 140731810907552 139820112673808 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16994] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16994/stat : 16994 (java) S 16933 16936 16473 0 -1 1077944384 37 12598 0 0 0 0 9 3 20 0 20 0 6153667 11175264256 44046 33554432000 4194304 4196468 140731810907552 139820111621008 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16995] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16995/stat : 16995 (java) S 16933 16936 16473 0 -1 1077944384 21 12598 0 0 0 0 9 3 20 0 20 0 6153667 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819764865808 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16996] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16996/stat : 16996 (java) S 16933 16936 16473 0 -1 1077944384 147 12598 0 0 0 0 9 3 20 0 20 0 6153667 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819763813008 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16997] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16997/stat : 16997 (java) S 16933 16936 16473 0 -1 1077944384 22 12598 0 0 0 0 9 3 20 0 20 0 6153667 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819762760208 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16998] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16998/stat : 16998 (java) S 16933 16936 16473 0 -1 1077944384 17 12598 0 0 0 0 9 3 20 0 20 0 6153667 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819761707408 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16999] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16999/stat : 16999 (java) S 16933 16936 16473 0 -1 1077944384 8 12598 0 0 0 0 9 3 20 0 20 0 6153667 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819760654608 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17000] ppid=16933 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17000/stat : 17000 (java) S 16933 16936 16473 0 -1 1077944384 1830 12598 0 0 2 0 9 3 20 0 20 0 6153669 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819500936048 139820161116802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17001] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17001/stat : 17001 (java) S 16933 16936 16473 0 -1 1077944384 55 12598 0 0 0 0 9 3 20 0 20 0 6153670 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819499882080 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17002] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17002/stat : 17002 (java) S 16933 16936 16473 0 -1 1077944384 46 12598 0 0 0 0 9 3 20 0 20 0 6153670 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819498829184 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17003] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17003/stat : 17003 (java) S 16933 16936 16473 0 -1 1077944384 1 12598 0 0 0 0 9 3 20 0 20 0 6153674 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819497777488 139820161124251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17004] ppid=16933 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17004/stat : 17004 (java) R 16933 16936 16473 0 -1 4202560 1207 12598 0 0 15 0 9 3 20 0 20 0 6153674 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819496710872 139820146027408 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17005] ppid=16933 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17005/stat : 17005 (java) S 16933 16936 16473 0 -1 1077944384 332 12598 0 0 10 0 9 3 20 0 20 0 6153674 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819495672048 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17006] ppid=16933 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17006/stat : 17006 (java) S 16933 16936 16473 0 -1 1077944384 726 12598 0 0 13 0 9 3 20 0 20 0 6153674 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819494619248 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17007] ppid=16933 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17007/stat : 17007 (java) R 16933 16936 16473 0 -1 4202560 1070 12598 0 0 25 0 9 3 20 0 20 0 6153674 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819493566448 139820144456849 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17008] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17008/stat : 17008 (java) S 16933 16936 16473 0 -1 1077944384 3 12598 0 0 0 0 9 3 20 0 20 0 6153675 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819492514912 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17009] ppid=16933 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17009/stat : 17009 (java) S 16933 16936 16473 0 -1 1077944384 6 12598 0 0 0 0 9 3 20 0 20 0 6153675 11175264256 44046 33554432000 4194304 4196468 140731810907552 139819491462192 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.10074 s]
/proc/loadavg: 1.51 1.52 1.50 4/283 17009
/proc/meminfo: memFree=27990932/32770624 swapFree=5720/283932
[pid=16936] ppid=16933 vsize=10993404 CPUtime=6.03 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (java) S 16933 16936 16473 0 -1 1077944320 54655 12598 0 0 568 23 9 3 20 0 20 0 6153652 11257245696 65979 33554432000 4194304 4196468 140731810907552 140731810890096 139820161105655 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
/proc/16936/statm: 2748351 65979 3478 1 0 2735906 0
[pid=16936/tid=16991] ppid=16933 vsize=10993404 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16991/stat : 16991 (java) S 16933 16936 16473 0 -1 1077944384 38167 12598 0 0 276 9 9 3 20 0 20 0 6153666 11257245696 65979 33554432000 4194304 4196468 140731810907552 139820165333328 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16992] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16992/stat : 16992 (java) R 16933 16936 16473 0 -1 4202560 48 12598 0 0 1 1 9 3 20 0 20 0 6153667 11257245696 65979 33554432000 4194304 4196468 140731810907552 139820113726808 139820146102141 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16993] ppid=16933 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16993/stat : 16993 (java) R 16933 16936 16473 0 -1 4202560 77 12598 0 0 1 0 9 3 20 0 20 0 6153667 11257245696 65979 33554432000 4194304 4196468 140731810907552 139820112674008 139820145563123 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16994] ppid=16933 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16994/stat : 16994 (java) R 16933 16936 16473 0 -1 4202560 39 12598 0 0 1 0 9 3 20 0 20 0 6153667 11257245696 65979 33554432000 4194304 4196468 140731810907552 139820111621208 139820145806343 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16995] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16995/stat : 16995 (java) R 16933 16936 16473 0 -1 4202560 30 12598 0 0 1 1 9 3 20 0 20 0 6153667 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819764866008 139820146101984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16996] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16996/stat : 16996 (java) R 16933 16936 16473 0 -1 4202560 153 12598 0 0 2 0 9 3 20 0 20 0 6153667 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819763813208 139820146102097 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16997] ppid=16933 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16997/stat : 16997 (java) R 16933 16936 16473 0 -1 4202560 33 12598 0 0 1 0 9 3 20 0 20 0 6153667 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819762760408 139820145806327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16998] ppid=16933 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16998/stat : 16998 (java) R 16933 16936 16473 0 -1 4202560 72 12598 0 0 1 0 9 3 20 0 20 0 6153667 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819761707608 139820146095206 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16999] ppid=16933 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16999/stat : 16999 (java) R 16933 16936 16473 0 -1 4202560 36 12598 0 0 1 0 9 3 20 0 20 0 6153667 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819760654608 139820145806327 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17000] ppid=16933 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17000/stat : 17000 (java) S 16933 16936 16473 0 -1 1077944384 2253 12598 0 0 4 0 9 3 20 0 20 0 6153669 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819500934560 139820161115861 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17001] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17001/stat : 17001 (java) S 16933 16936 16473 0 -1 1077944384 55 12598 0 0 0 0 9 3 20 0 20 0 6153670 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819499882080 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17002] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17002/stat : 17002 (java) S 16933 16936 16473 0 -1 1077944384 46 12598 0 0 0 0 9 3 20 0 20 0 6153670 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819498829184 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17003] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17003/stat : 17003 (java) S 16933 16936 16473 0 -1 1077944384 1 12598 0 0 0 0 9 3 20 0 20 0 6153674 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819497777488 139820161124251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17004] ppid=16933 vsize=10993404 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17004/stat : 17004 (java) S 16933 16936 16473 0 -1 1077944384 2225 12598 0 0 54 1 9 3 20 0 20 0 6153674 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819496724848 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17005] ppid=16933 vsize=10993404 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17005/stat : 17005 (java) S 16933 16936 16473 0 -1 1077944384 1486 12598 0 0 48 1 9 3 20 0 20 0 6153674 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819495672048 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17006] ppid=16933 vsize=10993404 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17006/stat : 17006 (java) S 16933 16936 16473 0 -1 1077944384 4743 12598 0 0 76 1 9 3 20 0 20 0 6153674 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819494619248 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17007] ppid=16933 vsize=10993404 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17007/stat : 17007 (java) S 16933 16936 16473 0 -1 1077944384 3048 12598 0 0 94 1 9 3 20 0 20 0 6153674 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819493566448 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17008] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17008/stat : 17008 (java) S 16933 16936 16473 0 -1 1077944384 3 12598 0 0 0 0 9 3 20 0 20 0 6153675 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819492514912 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17009] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17009/stat : 17009 (java) S 16933 16936 16473 0 -1 1077944384 7 12598 0 0 0 0 9 3 20 0 20 0 6153675 11257245696 65979 33554432000 4194304 4196468 140731810907552 139819491462192 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 10993404

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

[startup+3.20137 s]
/proc/loadavg: 1.51 1.52 1.50 4/283 17009
/proc/meminfo: memFree=27990932/32770624 swapFree=5720/283932
[pid=16936] ppid=16933 vsize=10993404 CPUtime=6.45 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (java) S 16933 16936 16473 0 -1 1077944320 55108 12598 0 0 609 24 9 3 20 0 20 0 6153652 11257245696 67471 33554432000 4194304 4196468 140731810907552 140731810890096 139820161105655 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
/proc/16936/statm: 2748351 67471 3480 1 0 2735906 0
[pid=16936/tid=16991] ppid=16933 vsize=10993404 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16991/stat : 16991 (java) R 16933 16936 16473 0 -1 4202560 38238 12598 0 0 285 9 9 3 20 0 20 0 6153666 11257245696 67471 33554432000 4194304 4196468 140731810907552 139820165336712 139819791735840 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16992] ppid=16933 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16992/stat : 16992 (java) S 16933 16936 16473 0 -1 1077944384 49 12598 0 0 2 1 9 3 20 0 20 0 6153667 11257245696 67471 33554432000 4194304 4196468 140731810907552 139820113726608 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16993] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16993/stat : 16993 (java) S 16933 16936 16473 0 -1 1077944384 77 12598 0 0 2 0 9 3 20 0 20 0 6153667 11257245696 67471 33554432000 4194304 4196468 140731810907552 139820112673808 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16994] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16994/stat : 16994 (java) S 16933 16936 16473 0 -1 1077944384 39 12598 0 0 2 0 9 3 20 0 20 0 6153667 11257245696 67471 33554432000 4194304 4196468 140731810907552 139820111621008 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16995] ppid=16933 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16995/stat : 16995 (java) S 16933 16936 16473 0 -1 1077944384 30 12598 0 0 2 1 9 3 20 0 20 0 6153667 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819764865808 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16996] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16996/stat : 16996 (java) S 16933 16936 16473 0 -1 1077944384 154 12598 0 0 2 0 9 3 20 0 20 0 6153667 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819763813008 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16997] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16997/stat : 16997 (java) S 16933 16936 16473 0 -1 1077944384 33 12598 0 0 2 0 9 3 20 0 20 0 6153667 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819762760208 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16998] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16998/stat : 16998 (java) S 16933 16936 16473 0 -1 1077944384 72 12598 0 0 2 0 9 3 20 0 20 0 6153667 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819761707408 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16999] ppid=16933 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16999/stat : 16999 (java) S 16933 16936 16473 0 -1 1077944384 36 12598 0 0 2 0 9 3 20 0 20 0 6153667 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819760654608 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17000] ppid=16933 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17000/stat : 17000 (java) S 16933 16936 16473 0 -1 1077944384 2449 12598 0 0 4 0 9 3 20 0 20 0 6153669 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819500936048 139820161116802 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17001] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17001/stat : 17001 (java) S 16933 16936 16473 0 -1 1077944384 55 12598 0 0 0 0 9 3 20 0 20 0 6153670 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819499882080 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17002] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17002/stat : 17002 (java) S 16933 16936 16473 0 -1 1077944384 46 12598 0 0 0 0 9 3 20 0 20 0 6153670 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819498829184 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17003] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17003/stat : 17003 (java) S 16933 16936 16473 0 -1 1077944384 1 12598 0 0 0 0 9 3 20 0 20 0 6153674 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819497777488 139820161124251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17004] ppid=16933 vsize=10993404 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17004/stat : 17004 (java) S 16933 16936 16473 0 -1 1077944384 2246 12598 0 0 56 1 9 3 20 0 20 0 6153674 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819496724848 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17005] ppid=16933 vsize=10993404 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17005/stat : 17005 (java) R 16933 16936 16473 0 -1 4202560 1499 12598 0 0 55 1 9 3 20 0 20 0 6153674 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819495658368 139820140323047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17006] ppid=16933 vsize=10993404 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17006/stat : 17006 (java) R 16933 16936 16473 0 -1 4202560 4768 12598 0 0 85 1 9 3 20 0 20 0 6153674 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819494605792 139820142627100 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17007] ppid=16933 vsize=10993404 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17007/stat : 17007 (java) R 16933 16936 16473 0 -1 4202560 3178 12598 0 0 101 1 9 3 20 0 20 0 6153674 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819493564408 139820146800704 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17008] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17008/stat : 17008 (java) S 16933 16936 16473 0 -1 1077944384 3 12598 0 0 0 0 9 3 20 0 20 0 6153675 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819492514912 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17009] ppid=16933 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17009/stat : 17009 (java) S 16933 16936 16473 0 -1 1077944384 7 12598 0 0 0 0 9 3 20 0 20 0 6153675 11257245696 67471 33554432000 4194304 4196468 140731810907552 139819491462192 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 10993404

[startup+3.60118 s]
/proc/loadavg: 1.51 1.52 1.50 7/283 17009
/proc/meminfo: memFree=27908696/32770624 swapFree=5720/283928
[pid=16936] ppid=16933 vsize=10997224 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (java) S 16933 16936 16473 0 -1 1077944320 57802 12598 0 0 784 25 9 3 20 0 20 0 6153652 11261157376 70081 33554432000 4194304 4196468 140731810907552 140731810890096 139820161105655 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
/proc/16936/statm: 2749306 70081 3487 1 0 2736861 0
[pid=16936/tid=16991] ppid=16933 vsize=10997224 CPUtime=3.46 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16991/stat : 16991 (java) R 16933 16936 16473 0 -1 4202560 38328 12598 0 0 325 9 9 3 20 0 20 0 6153666 11261157376 70081 33554432000 4194304 4196468 140731810907552 139820165340488 139819801899054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16992] ppid=16933 vsize=10997224 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16992/stat : 16992 (java) S 16933 16936 16473 0 -1 1077944384 49 12598 0 0 2 1 9 3 20 0 20 0 6153667 11261157376 70081 33554432000 4194304 4196468 140731810907552 139820113726608 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16993] ppid=16933 vsize=10997224 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16993/stat : 16993 (java) S 16933 16936 16473 0 -1 1077944384 77 12598 0 0 2 0 9 3 20 0 20 0 6153667 11261157376 70081 33554432000 4194304 4196468 140731810907552 139820112673808 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16994] ppid=16933 vsize=10997224 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16994/stat : 16994 (java) S 16933 16936 16473 0 -1 1077944384 39 12598 0 0 2 0 9 3 20 0 20 0 6153667 11261157376 70081 33554432000 4194304 4196468 140731810907552 139820111621008 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16995] ppid=16933 vsize=10997224 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16995/stat : 16995 (java) S 16933 16936 16473 0 -1 1077944384 30 12598 0 0 2 1 9 3 20 0 20 0 6153667 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819764865808 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16996] ppid=16933 vsize=10997224 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16996/stat : 16996 (java) S 16933 16936 16473 0 -1 1077944384 154 12598 0 0 2 0 9 3 20 0 20 0 6153667 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819763813008 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16997] ppid=16933 vsize=10997224 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16997/stat : 16997 (java) S 16933 16936 16473 0 -1 1077944384 33 12598 0 0 2 0 9 3 20 0 20 0 6153667 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819762760208 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16998] ppid=16933 vsize=10997224 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16998/stat : 16998 (java) S 16933 16936 16473 0 -1 1077944384 72 12598 0 0 2 0 9 3 20 0 20 0 6153667 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819761707408 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16999] ppid=16933 vsize=10997224 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16999/stat : 16999 (java) S 16933 16936 16473 0 -1 1077944384 36 12598 0 0 2 0 9 3 20 0 20 0 6153667 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819760654608 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17000] ppid=16933 vsize=10997224 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17000/stat : 17000 (java) S 16933 16936 16473 0 -1 1077944384 2449 12598 0 0 4 0 9 3 20 0 20 0 6153669 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819500936048 139820161116802 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17001] ppid=16933 vsize=10997224 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17001/stat : 17001 (java) S 16933 16936 16473 0 -1 1077944384 55 12598 0 0 0 0 9 3 20 0 20 0 6153670 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819499882080 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17002] ppid=16933 vsize=10997224 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17002/stat : 17002 (java) S 16933 16936 16473 0 -1 1077944384 46 12598 0 0 0 0 9 3 20 0 20 0 6153670 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819498829184 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17003] ppid=16933 vsize=10997224 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17003/stat : 17003 (java) S 16933 16936 16473 0 -1 1077944384 1 12598 0 0 0 0 9 3 20 0 20 0 6153674 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819497777488 139820161124251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17004] ppid=16933 vsize=10997224 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17004/stat : 17004 (java) R 16933 16936 16473 0 -1 4202560 2341 12598 0 0 94 1 9 3 20 0 20 0 6153674 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819496711392 139820140338597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17005] ppid=16933 vsize=10997224 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17005/stat : 17005 (java) R 16933 16936 16473 0 -1 4202560 3570 12598 0 0 95 1 9 3 20 0 20 0 6153674 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819495657552 139820146220735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17006] ppid=16933 vsize=10997224 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17006/stat : 17006 (java) R 16933 16936 16473 0 -1 4202560 4923 12598 0 0 123 1 9 3 20 0 20 0 6153674 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819494608608 139820141806413 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17007] ppid=16933 vsize=10997224 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17007/stat : 17007 (java) R 16933 16936 16473 0 -1 4202560 3456 12598 0 0 120 1 9 3 20 0 20 0 6153674 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819493561600 139820161119537 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17008] ppid=16933 vsize=10997224 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17008/stat : 17008 (java) S 16933 16936 16473 0 -1 1077944384 3 12598 0 0 0 0 9 3 20 0 20 0 6153675 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819492514912 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17009] ppid=16933 vsize=10997224 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17009/stat : 17009 (java) S 16933 16936 16473 0 -1 1077944384 7 12598 0 0 0 0 9 3 20 0 20 0 6153675 11261157376 70081 33554432000 4194304 4196468 140731810907552 139819491462192 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 10997224

[startup+4.00098 s]
/proc/loadavg: 1.51 1.52 1.50 7/283 17009
/proc/meminfo: memFree=27908696/32770624 swapFree=5720/283928
[pid=16936] ppid=16933 vsize=10995452 CPUtime=9.91 cores=0,2,4,6,8,10,12,14
/proc/16936/stat : 16936 (java) S 16933 16936 16473 0 -1 1077944320 59626 12598 0 0 953 26 9 3 20 0 20 0 6153652 11259342848 79027 33554432000 4194304 4196468 140731810907552 140731810890096 139820161105655 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
/proc/16936/statm: 2748863 79027 3487 1 0 2736418 0
[pid=16936/tid=16991] ppid=16933 vsize=10995452 CPUtime=3.66 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16991/stat : 16991 (java) S 16933 16936 16473 0 -1 1077944384 38400 12598 0 0 344 10 9 3 20 0 20 0 6153666 11259342848 79027 33554432000 4194304 4196468 140731810907552 139820165343328 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16992] ppid=16933 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16992/stat : 16992 (java) R 16933 16936 16473 0 -1 4202560 51 12598 0 0 12 1 9 3 20 0 20 0 6153667 11259342848 79027 33554432000 4194304 4196468 140731810907552 139820113726728 139820153733863 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16993] ppid=16933 vsize=10995452 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16993/stat : 16993 (java) R 16933 16936 16473 0 -1 4202560 80 12598 0 0 11 1 9 3 20 0 20 0 6153667 11259342848 79027 33554432000 4194304 4196468 140731810907552 139820112673928 139820146864472 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16994] ppid=16933 vsize=10995452 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16994/stat : 16994 (java) R 16933 16936 16473 0 -1 4202560 41 12598 0 0 11 0 9 3 20 0 20 0 6153667 11259342848 79027 33554432000 4194304 4196468 140731810907552 139820111621128 139820153733863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16995] ppid=16933 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16995/stat : 16995 (java) R 16933 16936 16473 0 -1 4202560 38 12598 0 0 12 1 9 3 20 0 20 0 6153667 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819764865928 139820153733863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16996] ppid=16933 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16996/stat : 16996 (java) R 16933 16936 16473 0 -1 4202560 166 12598 0 0 12 1 9 3 20 0 20 0 6153667 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819763813128 139820153733863 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16997] ppid=16933 vsize=10995452 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16997/stat : 16997 (java) R 16933 16936 16473 0 -1 4202560 42 12598 0 0 12 0 9 3 20 0 20 0 6153667 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819762760408 139820145804516 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16998] ppid=16933 vsize=10995452 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16998/stat : 16998 (java) R 16933 16936 16473 0 -1 4202560 78 12598 0 0 12 0 9 3 20 0 20 0 6153667 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819761707528 139820153733863 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=16999] ppid=16933 vsize=10995452 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16936/task/16999/stat : 16999 (java) R 16933 16936 16473 0 -1 4202560 40 12598 0 0 10 0 9 3 20 0 20 0 6153667 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819760654728 139820153733863 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17000] ppid=16933 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17000/stat : 17000 (java) S 16933 16936 16473 0 -1 1077944384 2462 12598 0 0 13 0 9 3 20 0 20 0 6153669 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819500934672 139820161115861 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17001] ppid=16933 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17001/stat : 17001 (java) S 16933 16936 16473 0 -1 1077944384 56 12598 0 0 0 0 9 3 20 0 20 0 6153670 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819499881456 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17002] ppid=16933 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17002/stat : 17002 (java) S 16933 16936 16473 0 -1 1077944384 46 12598 0 0 0 0 9 3 20 0 20 0 6153670 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819498829184 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17003] ppid=16933 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17003/stat : 17003 (java) S 16933 16936 16473 0 -1 1077944384 1 12598 0 0 0 0 9 3 20 0 20 0 6153674 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819497777488 139820161124251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17004] ppid=16933 vsize=10995452 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17004/stat : 17004 (java) S 16933 16936 16473 0 -1 1077944384 2365 12598 0 0 114 1 9 3 20 0 20 0 6153674 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819496709680 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17005] ppid=16933 vsize=10995452 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17005/stat : 17005 (java) S 16933 16936 16473 0 -1 1077944384 5208 12598 0 0 117 1 9 3 20 0 20 0 6153674 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819495656944 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17006] ppid=16933 vsize=10995452 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17006/stat : 17006 (java) S 16933 16936 16473 0 -1 1077944384 4946 12598 0 0 145 1 9 3 20 0 20 0 6153674 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819494604144 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17007] ppid=16933 vsize=10995452 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17007/stat : 17007 (java) S 16933 16936 16473 0 -1 1077944384 3463 12598 0 0 121 1 9 3 20 0 20 0 6153674 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819493566448 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17008] ppid=16933 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17008/stat : 17008 (java) S 16933 16936 16473 0 -1 1077944384 3 12598 0 0 0 0 9 3 20 0 20 0 6153675 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819492514912 139820161115861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
[pid=16936/tid=17009] ppid=16933 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16936/task/17009/stat : 17009 (java) S 16933 16936 16473 0 -1 1077944384 7 12598 0 0 0 0 9 3 20 0 20 0 6153675 11259342848 79027 33554432000 4194304 4196468 140731810907552 139819491462192 139820161116802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34611200 140731810912961 140731810915735 140731810915735 140731810918351 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 4.08137
CPU time (s): 10.19
CPU user time (s): 9.86959
CPU system time (s): 0.320389
CPU usage (%): 249.671
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.86959
system time used= 0.320389
maximum resident set size= 316476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72499
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= 8114
involuntary context switches= 1496

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035197 second user time and 0.041231 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 09:34:05
IDJOB=4246084
IDBENCH=124113
IDSOLVER=2630
FILE ID=node114/4246084-1500708845
RUNJOBID= node114-1500696853-12413
PBS_JOBID= 20623324
Free space on /tmp= 61980 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246084-1500708845/watcher-4246084-1500708845 -o /tmp/evaluation-result-4246084-1500708845/solver-4246084-1500708845 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4246084-1500708845.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=1413191518

node114.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		: 1867.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.60
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.60
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.60
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		: 2400.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		: 2133.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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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.60
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.60
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		: 2533.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		: 1733.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.60
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		: 2668.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.60
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:        28170168 kB
MemAvailable:   28435948 kB
Buffers:          135828 kB
Cached:           408548 kB
SwapCached:            0 kB
Active:          3866100 kB
Inactive:         292700 kB
Active(anon):    3616856 kB
Inactive(anon):     8828 kB
Active(file):     249244 kB
Inactive(file):   283872 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24116 kB
Writeback:             0 kB
AnonPages:       3619420 kB
Mapped:            44268 kB
Shmem:              8848 kB
Slab:             131944 kB
SReclaimable:      96996 kB
SUnreclaim:        34948 kB
KernelStack:        4592 kB
PageTables:        12808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4662628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3346432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61956 MiB
End job on node114 at 2017-07-22 09:34:09