Trace number 4246074

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.31671 3.59325

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-012.xml
MD5SUMfe577b710e96b69a06cd84ef61ac8806
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.010983
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints13
Number of domains2
Minimum domain size11
Maximum domain size12
Distribution of domain sizes[{"size":11,"count":11},{"size":12,"count":12}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":13},{"degree":3,"count":10}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":11},{"arity":11,"count":1},{"arity":12,"count":1}]
Number of extensional constraints0
Number of intensional constraints11
Distribution of constraint types[{"type":"intension","count":11},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

3.74/2.15	c Concrete v3.4 running
7.14/3.36	v <instantiation>
7.14/3.36	v       <list>
7.14/3.36	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10]
7.14/3.36	v       </list>
7.14/3.36	v       <values>
7.14/3.36	v         7 1 11 0 9 2 10 6 4 3 8 5 6 10 11 9 7 8 4 2 1 5 3
7.14/3.36	v       </values>
7.14/3.36	v     </instantiation>
7.14/3.36	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-4246074-1500708836/watcher-4246074-1500708836 -o /tmp/evaluation-result-4246074-1500708836/solver-4246074-1500708836 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560 bin/concrete HOME/instance-4246074-1500708836.xml 

pid=16655
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.42 1.51 1.50 3/263 16658
/proc/meminfo: memFree=28169708/32770624 swapFree=5720/283788
[pid=16658] ppid=16655 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (bash) S 16655 16658 16473 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 6152751 9736192 350 33554432000 4194304 5098028 140735391363904 140735391361544 140669912951808 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 28655616 140735391368462 140735391368547 140735391368547 140735391371246 0
/proc/16658/statm: 2377 350 277 221 0 86 0

[startup+0.100121 s]
/proc/loadavg: 1.42 1.51 1.50 3/263 16658
/proc/meminfo: memFree=28169708/32770624 swapFree=5720/283788
[pid=16658] ppid=16655 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (bash) S 16655 16658 16473 0 -1 4202496 885 6417 0 0 0 0 0 1 20 0 1 0 6152751 9871360 378 33554432000 4194304 5098028 140735391363904 140735391357912 140669912951808 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 28655616 140735391368462 140735391368547 140735391368547 140735391371246 0
/proc/16658/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200329 s]
/proc/loadavg: 1.42 1.51 1.50 3/263 16658
/proc/meminfo: memFree=28169708/32770624 swapFree=5720/283788
[pid=16658] ppid=16655 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (java) S 16655 16658 16473 0 -1 1077944320 5056 12641 0 0 6 1 8 3 20 0 13 0 6152751 10686320640 5411 33554432000 4194304 4196468 140731182608304 140731182590848 140685009874679 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
/proc/16658/statm: 2608965 5411 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300297 s]
/proc/loadavg: 1.42 1.51 1.50 3/263 16658
/proc/meminfo: memFree=28169708/32770624 swapFree=5720/283788
[pid=16658] ppid=16655 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (java) S 16655 16658 16473 0 -1 1077944320 8443 12641 0 0 22 2 8 3 20 0 20 0 6152751 11163947008 9525 33554432000 4194304 4196468 140731182608304 140731182590848 140685009874679 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
/proc/16658/statm: 2725573 9525 2972 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.70017 s]
/proc/loadavg: 1.42 1.51 1.50 3/263 16658
/proc/meminfo: memFree=28169708/32770624 swapFree=5720/283788
[pid=16658] ppid=16655 vsize=10902720 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (java) S 16655 16658 16473 0 -1 1077944320 12781 12641 0 0 79 3 8 3 20 0 20 0 6152751 11164385280 15965 33554432000 4194304 4196468 140731182608304 140731182590848 140685009874679 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
/proc/16658/statm: 2725680 15965 3215 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50082 s]
/proc/loadavg: 1.42 1.51 1.50 3/283 16731
/proc/meminfo: memFree=28063836/32770624 swapFree=5720/283824
[pid=16658] ppid=16655 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (java) S 16655 16658 16473 0 -1 1077944320 27880 12641 0 0 205 14 8 3 20 0 20 0 6152751 11175264256 44665 33554432000 4194304 4196468 140731182608304 140731182590848 140685009874679 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
/proc/16658/statm: 2728336 44665 3408 1 0 2716450 0
[pid=16658/tid=16713] ppid=16655 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16713/stat : 16713 (java) R 16655 16658 16473 0 -1 4202560 19806 12641 0 0 125 6 8 3 20 0 20 0 6152764 11175264256 44665 33554432000 4194304 4196468 140731182608304 140685014101496 140684989584960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16714] ppid=16655 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 16473 0 -1 1077944384 23 12641 0 0 1 0 8 3 20 0 20 0 6152765 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684946566032 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16715] ppid=16655 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 16473 0 -1 1077944384 37 12641 0 0 1 0 8 3 20 0 20 0 6152765 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684945513232 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16716] ppid=16655 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 16473 0 -1 1077944384 10 12641 0 0 1 0 8 3 20 0 20 0 6152765 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684944460944 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16717] ppid=16655 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 16473 0 -1 1077944384 126 12641 0 0 1 0 8 3 20 0 20 0 6152765 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684943408144 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16718] ppid=16655 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 16473 0 -1 1077944384 30 12641 0 0 1 0 8 3 20 0 20 0 6152765 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684612725136 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16719] ppid=16655 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 16473 0 -1 1077944384 18 12641 0 0 0 0 8 3 20 0 20 0 6152765 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684611672336 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16720] ppid=16655 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 16473 0 -1 1077944384 15 12641 0 0 1 0 8 3 20 0 20 0 6152765 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684610620048 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16721] ppid=16655 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 16473 0 -1 1077944384 58 12641 0 0 0 0 8 3 20 0 20 0 6152765 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684609567248 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16722] ppid=16655 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 16473 0 -1 1077944384 1422 12641 0 0 1 0 8 3 20 0 20 0 6152767 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684215941744 140685009885826 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16723] ppid=16655 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 16473 0 -1 1077944384 55 12641 0 0 0 0 8 3 20 0 20 0 6152768 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684214887776 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16724] ppid=16655 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 16473 0 -1 1077944384 44 12641 0 0 0 0 8 3 20 0 20 0 6152768 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684213835376 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16725] ppid=16655 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16725/stat : 16725 (java) S 16655 16658 16473 0 -1 1077944384 1 12641 0 0 0 0 8 3 20 0 20 0 6152772 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684212783696 140685009893275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16726] ppid=16655 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16726/stat : 16726 (java) S 16655 16658 16473 0 -1 1077944384 960 12641 0 0 12 0 8 3 20 0 20 0 6152772 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684211730544 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16727] ppid=16655 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16727/stat : 16727 (java) S 16655 16658 16473 0 -1 1077944384 1192 12641 0 0 13 0 8 3 20 0 20 0 6152772 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684210677744 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16728] ppid=16655 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16728/stat : 16728 (java) S 16655 16658 16473 0 -1 1077944384 591 12641 0 0 14 0 8 3 20 0 20 0 6152772 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684209625456 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16729] ppid=16655 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16729/stat : 16729 (java) R 16655 16658 16473 0 -1 4202560 1353 12641 0 0 26 0 8 3 20 0 20 0 6152772 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684208572656 140685002980401 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16730] ppid=16655 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16730/stat : 16730 (java) S 16655 16658 16473 0 -1 1077944384 3 12641 0 0 0 0 8 3 20 0 20 0 6152772 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684207520608 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16731] ppid=16655 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16731/stat : 16731 (java) S 16655 16658 16473 0 -1 1077944384 3 12641 0 0 0 0 8 3 20 0 20 0 6152772 11175264256 44665 33554432000 4194304 4196468 140731182608304 140684206467888 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10109 s]
/proc/loadavg: 1.42 1.51 1.50 5/283 16731
/proc/meminfo: memFree=27988580/32770624 swapFree=5720/283824
[pid=16658] ppid=16655 vsize=10995452 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (java) S 16655 16658 16473 0 -1 1077944320 56618 12641 0 0 578 24 8 3 20 0 20 0 6152751 11259342848 67471 33554432000 4194304 4196468 140731182608304 140731182590848 140685009874679 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
/proc/16658/statm: 2748863 67471 3478 1 0 2736418 0
[pid=16658/tid=16713] ppid=16655 vsize=10995452 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16713/stat : 16713 (java) R 16655 16658 16473 0 -1 4202560 39493 12641 0 0 275 10 8 3 20 0 20 0 6152764 11259342848 67471 33554432000 4194304 4196468 140731182608304 140685014106688 140684988952321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16714] ppid=16655 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 16473 0 -1 1077944384 53 12641 0 0 3 0 8 3 20 0 20 0 6152765 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684946566032 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16715] ppid=16655 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 16473 0 -1 1077944384 113 12641 0 0 3 1 8 3 20 0 20 0 6152765 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684945513232 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16716] ppid=16655 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 16473 0 -1 1077944384 32 12641 0 0 2 0 8 3 20 0 20 0 6152765 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684944460944 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16717] ppid=16655 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 16473 0 -1 1077944384 134 12641 0 0 2 0 8 3 20 0 20 0 6152765 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684943408144 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16718] ppid=16655 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 16473 0 -1 1077944384 38 12641 0 0 2 1 8 3 20 0 20 0 6152765 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684612725136 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16719] ppid=16655 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 16473 0 -1 1077944384 23 12641 0 0 2 1 8 3 20 0 20 0 6152765 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684611672336 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16720] ppid=16655 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 16473 0 -1 1077944384 24 12641 0 0 3 1 8 3 20 0 20 0 6152765 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684610620048 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16721] ppid=16655 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 16473 0 -1 1077944384 113 12641 0 0 2 0 8 3 20 0 20 0 6152765 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684609567248 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16722] ppid=16655 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 16473 0 -1 1077944384 2272 12641 0 0 4 0 8 3 20 0 20 0 6152767 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684215941744 140685009885826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16723] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 16473 0 -1 1077944384 56 12641 0 0 0 0 8 3 20 0 20 0 6152768 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684214887776 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16724] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 16473 0 -1 1077944384 44 12641 0 0 0 0 8 3 20 0 20 0 6152768 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684213835392 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16725] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16725/stat : 16725 (java) S 16655 16658 16473 0 -1 1077944384 1 12641 0 0 0 0 8 3 20 0 20 0 6152772 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684212783696 140685009893275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16726] ppid=16655 vsize=10995452 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16726/stat : 16726 (java) S 16655 16658 16473 0 -1 1077944384 2295 12641 0 0 53 0 8 3 20 0 20 0 6152772 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684211730544 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16727] ppid=16655 vsize=10995452 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16727/stat : 16727 (java) R 16655 16658 16473 0 -1 4202560 2206 12641 0 0 50 1 8 3 20 0 20 0 6152772 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684210659056 140684993349929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16728] ppid=16655 vsize=10995452 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16728/stat : 16728 (java) S 16655 16658 16473 0 -1 1077944384 4223 12641 0 0 79 0 8 3 20 0 20 0 6152772 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684209625456 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16729] ppid=16655 vsize=10995452 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16729/stat : 16729 (java) R 16655 16658 16473 0 -1 4202560 3356 12641 0 0 90 1 8 3 20 0 20 0 6152772 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684208570616 140684988830285 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16730] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16730/stat : 16730 (java) S 16655 16658 16473 0 -1 1077944384 3 12641 0 0 0 0 8 3 20 0 20 0 6152772 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684207520608 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16731] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16731/stat : 16731 (java) S 16655 16658 16473 0 -1 1077944384 5 12641 0 0 0 0 8 3 20 0 20 0 6152772 11259342848 67471 33554432000 4194304 4196468 140731182608304 140684206467888 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 10995452

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

[startup+3.201 s]
/proc/loadavg: 1.42 1.51 1.50 5/283 16731
/proc/meminfo: memFree=27988580/32770624 swapFree=5720/283824
[pid=16658] ppid=16655 vsize=10995452 CPUtime=6.67 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (java) S 16655 16658 16473 0 -1 1077944320 56801 12641 0 0 631 25 8 3 20 0 20 0 6152751 11259342848 67609 33554432000 4194304 4196468 140731182608304 140731182590848 140685009874679 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
/proc/16658/statm: 2748863 67609 3478 1 0 2736418 0
[pid=16658/tid=16713] ppid=16655 vsize=10995452 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 16473 0 -1 1077944384 39514 12641 0 0 277 10 8 3 20 0 20 0 6152764 11259342848 67609 33554432000 4194304 4196468 140731182608304 140685014112352 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16714] ppid=16655 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16714/stat : 16714 (java) R 16655 16658 16473 0 -1 4202560 53 12641 0 0 8 0 8 3 20 0 20 0 6152765 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684946566152 140685002502887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16715] ppid=16655 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16715/stat : 16715 (java) R 16655 16658 16473 0 -1 4202560 116 12641 0 0 8 1 8 3 20 0 20 0 6152765 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684945513352 140684993257714 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16716] ppid=16655 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16716/stat : 16716 (java) R 16655 16658 16473 0 -1 4202560 33 12641 0 0 8 0 8 3 20 0 20 0 6152765 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684944461064 140685002502887 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16717] ppid=16655 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16717/stat : 16717 (java) R 16655 16658 16473 0 -1 4202560 140 12641 0 0 8 0 8 3 20 0 20 0 6152765 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684943408264 140685002502887 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16718] ppid=16655 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16718/stat : 16718 (java) R 16655 16658 16473 0 -1 4202560 39 12641 0 0 8 1 8 3 20 0 20 0 6152765 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684612725256 140685002502887 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16719] ppid=16655 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16719/stat : 16719 (java) R 16655 16658 16473 0 -1 4202560 24 12641 0 0 7 1 8 3 20 0 20 0 6152765 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684611672456 140685002502887 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16720] ppid=16655 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16720/stat : 16720 (java) R 16655 16658 16473 0 -1 4202560 24 12641 0 0 8 1 8 3 20 0 20 0 6152765 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684610620248 140684994575367 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16721] ppid=16655 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16721/stat : 16721 (java) R 16655 16658 16473 0 -1 4202560 116 12641 0 0 8 0 8 3 20 0 20 0 6152765 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684609567368 140685002502887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16722] ppid=16655 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 16473 0 -1 1077944384 2274 12641 0 0 5 0 8 3 20 0 20 0 6152767 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684215940368 140685009884885 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16723] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 16473 0 -1 1077944384 56 12641 0 0 0 0 8 3 20 0 20 0 6152768 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684214887776 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16724] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 16473 0 -1 1077944384 44 12641 0 0 0 0 8 3 20 0 20 0 6152768 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684213835392 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16725] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16725/stat : 16725 (java) S 16655 16658 16473 0 -1 1077944384 1 12641 0 0 0 0 8 3 20 0 20 0 6152772 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684212783696 140685009893275 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16726] ppid=16655 vsize=10995452 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16726/stat : 16726 (java) S 16655 16658 16473 0 -1 1077944384 2298 12641 0 0 54 0 8 3 20 0 20 0 6152772 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684211730544 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16727] ppid=16655 vsize=10995452 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16727/stat : 16727 (java) S 16655 16658 16473 0 -1 1077944384 2336 12641 0 0 53 1 8 3 20 0 20 0 6152772 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684210656784 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16728] ppid=16655 vsize=10995452 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16728/stat : 16728 (java) S 16655 16658 16473 0 -1 1077944384 4225 12641 0 0 79 1 8 3 20 0 20 0 6152772 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684209625456 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16729] ppid=16655 vsize=10995452 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16729/stat : 16729 (java) S 16655 16658 16473 0 -1 1077944384 3366 12641 0 0 90 1 8 3 20 0 20 0 6152772 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684208572656 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16730] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16730/stat : 16730 (java) S 16655 16658 16473 0 -1 1077944384 3 12641 0 0 0 0 8 3 20 0 20 0 6152772 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684207520608 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16731] ppid=16655 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16731/stat : 16731 (java) S 16655 16658 16473 0 -1 1077944384 5 12641 0 0 0 0 8 3 20 0 20 0 6152772 11259342848 67609 33554432000 4194304 4196468 140731182608304 140684206467888 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 10995452

[startup+3.41144 s]
/proc/loadavg: 1.42 1.51 1.50 11/283 16731
/proc/meminfo: memFree=27900492/32770624 swapFree=5720/283832
[pid=16658] ppid=16655 vsize=11062016 CPUtime=7.28 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (java) S 16655 16658 16473 0 -1 1077944320 57557 12641 0 0 692 25 8 3 20 0 18 0 6152751 11327504384 68342 33554432000 4194304 4196468 140731182608304 140731182590848 140685009874679 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
/proc/16658/statm: 2765504 68342 3480 1 0 2753059 0
[pid=16658/tid=16713] ppid=16655 vsize=11062016 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16713/stat : 16713 (java) D 16655 16658 16473 0 -1 4202560 39656 12641 0 0 281 10 8 3 20 0 18 0 6152764 11327504384 68342 33554432000 4194304 4196468 140731182608304 140685014117688 140685002560311 0 0 0 16800975 18446744072099921029 0 0 -1 8 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16714] ppid=16655 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 16473 0 -1 1077944384 59 12641 0 0 13 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684946566032 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16715] ppid=16655 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 16473 0 -1 1077944384 119 12641 0 0 14 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684945513232 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16716] ppid=16655 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 16473 0 -1 1077944384 36 12641 0 0 14 0 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684944460944 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16717] ppid=16655 vsize=11062016 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 16473 0 -1 1077944384 143 12641 0 0 12 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684943408144 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16718] ppid=16655 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 16473 0 -1 1077944384 45 12641 0 0 14 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684612725136 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16719] ppid=16655 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 16473 0 -1 1077944384 29 12641 0 0 14 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684611672336 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16720] ppid=16655 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 16473 0 -1 1077944384 31 12641 0 0 13 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684610620048 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16721] ppid=16655 vsize=11062016 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 16473 0 -1 1077944384 119 12641 0 0 13 0 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684609567248 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16723] ppid=16655 vsize=11062016 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 16473 0 -1 1077944384 57 12641 0 0 0 0 8 3 20 0 18 0 6152768 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684214887840 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16724] ppid=16655 vsize=11062016 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 16473 0 -1 1077944384 45 12641 0 0 0 0 8 3 20 0 18 0 6152768 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684213835392 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16725] ppid=16655 vsize=11062016 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16725/stat : 16725 (java) S 16655 16658 16473 0 -1 1077944384 23 12641 0 0 0 0 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684212780464 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16726] ppid=16655 vsize=11062016 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16726/stat : 16726 (java) S 16655 16658 16473 0 -1 1077944384 2301 12641 0 0 55 0 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684211715056 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16727] ppid=16655 vsize=11062016 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16727/stat : 16727 (java) S 16655 16658 16473 0 -1 1077944384 2817 12641 0 0 60 1 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684210656784 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16728] ppid=16655 vsize=11062016 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16728/stat : 16728 (java) S 16655 16658 16473 0 -1 1077944384 4228 12641 0 0 79 1 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684209625456 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16729] ppid=16655 vsize=11062016 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16729/stat : 16729 (java) S 16655 16658 16473 0 -1 1077944384 3390 12641 0 0 91 1 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684208572656 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16730] ppid=16655 vsize=11062016 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16730/stat : 16730 (java) S 16655 16658 16473 0 -1 1077944384 3 12641 0 0 0 0 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684207520608 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 11062016

[startup+3.50109 s]
/proc/loadavg: 1.42 1.51 1.50 11/283 16731
/proc/meminfo: memFree=27900492/32770624 swapFree=5720/283832
[pid=16658] ppid=16655 vsize=11062016 CPUtime=7.28 cores=0,2,4,6,8,10,12,14
/proc/16658/stat : 16658 (java) S 16655 16658 16473 0 -1 1077944320 57557 12641 0 0 692 25 8 3 20 0 18 0 6152751 11327504384 68342 33554432000 4194304 4196468 140731182608304 140731182590848 140685009874679 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
/proc/16658/statm: 2765504 68342 3480 1 0 2753059 0
[pid=16658/tid=16713] ppid=16655 vsize=11062016 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16713/stat : 16713 (java) D 16655 16658 16473 0 -1 4202560 39656 12641 0 0 281 10 8 3 20 0 18 0 6152764 11327504384 68342 33554432000 4194304 4196468 140731182608304 140685014117688 140685002560311 0 0 0 16800975 18446744072099921029 0 0 -1 8 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16714] ppid=16655 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 16473 0 -1 1077944384 59 12641 0 0 13 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684946566032 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16715] ppid=16655 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 16473 0 -1 1077944384 119 12641 0 0 14 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684945513232 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16716] ppid=16655 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 16473 0 -1 1077944384 36 12641 0 0 14 0 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684944460944 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16717] ppid=16655 vsize=11062016 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 16473 0 -1 1077944384 143 12641 0 0 12 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684943408144 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16718] ppid=16655 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 16473 0 -1 1077944384 45 12641 0 0 14 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684612725136 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16719] ppid=16655 vsize=11062016 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 16473 0 -1 1077944384 29 12641 0 0 14 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684611672336 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16720] ppid=16655 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 16473 0 -1 1077944384 31 12641 0 0 13 1 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684610620048 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16721] ppid=16655 vsize=11062016 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 16473 0 -1 1077944384 119 12641 0 0 13 0 8 3 20 0 18 0 6152765 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684609567248 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16723] ppid=16655 vsize=11062016 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 16473 0 -1 1077944384 57 12641 0 0 0 0 8 3 20 0 18 0 6152768 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684214887840 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16724] ppid=16655 vsize=11062016 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 16473 0 -1 1077944384 45 12641 0 0 0 0 8 3 20 0 18 0 6152768 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684213835392 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16725] ppid=16655 vsize=11062016 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16725/stat : 16725 (java) S 16655 16658 16473 0 -1 1077944384 23 12641 0 0 0 0 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684212780464 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16726] ppid=16655 vsize=11062016 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16726/stat : 16726 (java) S 16655 16658 16473 0 -1 1077944384 2301 12641 0 0 55 0 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684211715056 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16727] ppid=16655 vsize=11062016 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16727/stat : 16727 (java) S 16655 16658 16473 0 -1 1077944384 2817 12641 0 0 60 1 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684210656784 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16728] ppid=16655 vsize=11062016 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16728/stat : 16728 (java) S 16655 16658 16473 0 -1 1077944384 4228 12641 0 0 79 1 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684209625456 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16729] ppid=16655 vsize=11062016 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16729/stat : 16729 (java) S 16655 16658 16473 0 -1 1077944384 3390 12641 0 0 91 1 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684208572656 140685009885826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
[pid=16658/tid=16730] ppid=16655 vsize=11062016 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16658/task/16730/stat : 16730 (java) S 16655 16658 16473 0 -1 1077944384 3 12641 0 0 0 0 8 3 20 0 18 0 6152772 11327504384 68342 33554432000 4194304 4196468 140731182608304 140684207520608 140685009884885 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18087936 140731182611137 140731182613911 140731182613911 140731182616527 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 11062016

Child status: 0
Real time (s): 3.59325
CPU time (s): 7.31671
CPU user time (s): 7.00901
CPU system time (s): 0.307701
CPU usage (%): 203.624
Max. virtual memory (cumulated for all children) (KiB): 11062016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.00901
system time used= 0.307701
maximum resident set size= 274292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70214
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7382
involuntary context switches= 960

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030554 second user time and 0.036295 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 09:33:56
IDJOB=4246074
IDBENCH=124106
IDSOLVER=2630
FILE ID=node114/4246074-1500708836
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-012.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246074-1500708836/watcher-4246074-1500708836 -o /tmp/evaluation-result-4246074-1500708836/solver-4246074-1500708836 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4246074-1500708836.xml

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

MD5SUM BENCH= fe577b710e96b69a06cd84ef61ac8806
RANDOM SEED=821927204

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		: 2400.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		: 1733.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		: 2533.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.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.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		: 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.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:        28170468 kB
MemAvailable:   28436060 kB
Buffers:          135548 kB
Cached:           408996 kB
SwapCached:            0 kB
Active:          3865840 kB
Inactive:         292616 kB
Active(anon):    3616620 kB
Inactive(anon):     8828 kB
Active(file):     249220 kB
Inactive(file):   283788 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24452 kB
Writeback:             0 kB
AnonPages:       3627128 kB
Mapped:            44352 kB
Shmem:              8848 kB
Slab:             131244 kB
SReclaimable:      96836 kB
SUnreclaim:        34408 kB
KernelStack:        4928 kB
PageTables:        12196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4662496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3354624 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:00