Trace number 4245327

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.85265 3.56767

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-1-03.xml
MD5SUM5764a69188b0fe12059f9d6ff06a642a
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.005841
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints11
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":20}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":20}]
Minimum constraint arity20
Maximum constraint arity20
Distribution of constraint arities[{"arity":20,"count":11}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":11}]
Optimization problemNO
Type of objective

Solver Data

3.59/2.18	c Concrete v3.4 running
7.77/3.50	v <instantiation>
7.77/3.50	v       <list>
7.77/3.50	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]
7.77/3.50	v       </list>
7.77/3.50	v       <values>
7.77/3.50	v         1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 1
7.77/3.50	v       </values>
7.77/3.50	v     </instantiation>
7.77/3.50	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-4245327-1500702554/watcher-4245327-1500702554 -o /tmp/evaluation-result-4245327-1500702554/solver-4245327-1500702554 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16358 --watchdog 2560 bin/concrete HOME/instance-4245327-1500702554.xml 

pid=20752
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.79 1.59 1.58 3/261 20755
/proc/meminfo: memFree=31438776/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (bash) S 20752 20755 16327 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 5524970 9736192 351 33554432000 4194304 5098028 140729107060480 140729107058120 139999839706112 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 12804096 140729107064078 140729107064163 140729107064163 140729107066862 0
/proc/20755/statm: 2377 351 278 221 0 86 0

[startup+0.100145 s]
/proc/loadavg: 1.79 1.59 1.58 3/261 20755
/proc/meminfo: memFree=31438776/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (bash) S 20752 20755 16327 0 -1 4202496 885 6414 0 0 0 0 0 1 20 0 1 0 5524970 9871360 378 33554432000 4194304 5098028 140729107060480 140729107054488 139999839706112 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 12804096 140729107064078 140729107064163 140729107064163 140729107066862 0
/proc/20755/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200334 s]
/proc/loadavg: 1.79 1.59 1.58 3/261 20755
/proc/meminfo: memFree=31438776/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (java) S 20752 20755 16327 0 -1 1077944320 4716 12405 0 0 6 1 8 4 20 0 13 0 5524970 10686320640 5045 33554432000 4194304 4196468 140721085870608 140721085853152 140615641493239 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
/proc/20755/statm: 2608965 5045 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300313 s]
/proc/loadavg: 1.79 1.59 1.58 3/261 20755
/proc/meminfo: memFree=31438776/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=10902392 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (java) S 20752 20755 16327 0 -1 1077944320 6632 12405 0 0 24 2 8 4 20 0 20 0 5524970 11164049408 8842 33554432000 4194304 4196468 140721085870608 140721085853152 140615641493239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
/proc/20755/statm: 2725598 8842 2987 1 0 2713890 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10902392

[startup+0.700188 s]
/proc/loadavg: 1.79 1.59 1.58 3/261 20755
/proc/meminfo: memFree=31438776/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=10902720 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (java) S 20752 20755 16327 0 -1 1077944320 11726 12405 0 0 73 4 8 4 20 0 20 0 5524970 11164385280 15072 33554432000 4194304 4196468 140721085870608 140721085853152 140615641493239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
/proc/20755/statm: 2725680 15072 3166 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50073 s]
/proc/loadavg: 1.79 1.59 1.58 3/281 20828
/proc/meminfo: memFree=31337768/32770624 swapFree=5912/103460
[pid=20755] ppid=20752 vsize=10913344 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (java) S 20752 20755 16327 0 -1 1077944320 26441 12405 0 0 202 13 8 4 20 0 20 0 5524970 11175264256 43956 33554432000 4194304 4196468 140721085870608 140721085853152 140615641493239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
/proc/20755/statm: 2728336 43956 3408 1 0 2716450 0
[pid=20755/tid=20810] ppid=20752 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20810/stat : 20810 (java) R 20752 20755 16327 0 -1 4202560 19155 12405 0 0 125 6 8 4 20 0 20 0 5524983 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615645722000 140615625536869 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20811] ppid=20752 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20811/stat : 20811 (java) S 20752 20755 16327 0 -1 1077944384 44 12405 0 0 0 0 8 4 20 0 20 0 5524984 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615567567632 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20812] ppid=20752 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20812/stat : 20812 (java) S 20752 20755 16327 0 -1 1077944384 15 12405 0 0 1 0 8 4 20 0 20 0 5524984 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615566515088 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20813] ppid=20752 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20813/stat : 20813 (java) S 20752 20755 16327 0 -1 1077944384 47 12405 0 0 1 0 8 4 20 0 20 0 5524984 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615565462544 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20814] ppid=20752 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20814/stat : 20814 (java) S 20752 20755 16327 0 -1 1077944384 19 12405 0 0 0 0 8 4 20 0 20 0 5524984 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615564410000 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20815] ppid=20752 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20815/stat : 20815 (java) S 20752 20755 16327 0 -1 1077944384 46 12405 0 0 1 0 8 4 20 0 20 0 5524984 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615563356432 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20816] ppid=20752 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20816/stat : 20816 (java) S 20752 20755 16327 0 -1 1077944384 22 12405 0 0 1 0 8 4 20 0 20 0 5524984 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615562303888 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20817] ppid=20752 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20817/stat : 20817 (java) S 20752 20755 16327 0 -1 1077944384 28 12405 0 0 1 0 8 4 20 0 20 0 5524984 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615561251344 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20818] ppid=20752 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20818/stat : 20818 (java) S 20752 20755 16327 0 -1 1077944384 99 12405 0 0 1 0 8 4 20 0 20 0 5524984 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615560198800 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20819] ppid=20752 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20819/stat : 20819 (java) S 20752 20755 16327 0 -1 1077944384 1021 12405 0 0 1 0 8 4 20 0 20 0 5524987 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615116155376 140615641504386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20820] ppid=20752 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20820/stat : 20820 (java) S 20752 20755 16327 0 -1 1077944384 57 12405 0 0 0 0 8 4 20 0 20 0 5524987 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615115101664 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20821] ppid=20752 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20821/stat : 20821 (java) S 20752 20755 16327 0 -1 1077944384 44 12405 0 0 0 0 8 4 20 0 20 0 5524988 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615114049008 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20822] ppid=20752 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20822/stat : 20822 (java) S 20752 20755 16327 0 -1 1077944384 1 12405 0 0 0 0 8 4 20 0 20 0 5524992 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615112997584 140615641511835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20823] ppid=20752 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20823/stat : 20823 (java) S 20752 20755 16327 0 -1 1077944384 887 12405 0 0 12 0 8 4 20 0 20 0 5524992 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615111944176 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20824] ppid=20752 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20824/stat : 20824 (java) S 20752 20755 16327 0 -1 1077944384 313 12405 0 0 10 0 8 4 20 0 20 0 5524992 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615110891632 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20825] ppid=20752 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20825/stat : 20825 (java) R 20752 20755 16327 0 -1 4202560 1359 12405 0 0 15 0 8 4 20 0 20 0 5524992 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615109837376 140615621003473 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20826] ppid=20752 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20826/stat : 20826 (java) R 20752 20755 16327 0 -1 4202560 1144 12405 0 0 26 0 8 4 20 0 20 0 5524992 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615108786544 140615641514586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20827] ppid=20752 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20827/stat : 20827 (java) S 20752 20755 16327 0 -1 1077944384 3 12405 0 0 0 0 8 4 20 0 20 0 5524992 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615107734240 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20828] ppid=20752 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20828/stat : 20828 (java) S 20752 20755 16327 0 -1 1077944384 6 12405 0 0 0 0 8 4 20 0 20 0 5524993 11175264256 43956 33554432000 4194304 4196468 140721085870608 140615106681776 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10913344

[startup+3.10118 s]
/proc/loadavg: 1.73 1.58 1.58 5/281 20828
/proc/meminfo: memFree=31263620/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=10993404 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (java) S 20752 20755 16327 0 -1 1077944320 56302 12405 0 0 574 22 8 4 20 0 20 0 5524970 11257245696 70527 33554432000 4194304 4196468 140721085870608 140721085853152 140615641493239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
/proc/20755/statm: 2748351 70527 3480 1 0 2735906 0
[pid=20755/tid=20810] ppid=20752 vsize=10993404 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20810/stat : 20810 (java) R 20752 20755 16327 0 -1 4202560 40476 12405 0 0 276 9 8 4 20 0 20 0 5524983 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615645726040 140615232859857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20811] ppid=20752 vsize=10993404 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20811/stat : 20811 (java) S 20752 20755 16327 0 -1 1077944384 64 12405 0 0 3 1 8 4 20 0 20 0 5524984 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615567567632 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20812] ppid=20752 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20812/stat : 20812 (java) S 20752 20755 16327 0 -1 1077944384 28 12405 0 0 2 1 8 4 20 0 20 0 5524984 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615566515088 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20813] ppid=20752 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20813/stat : 20813 (java) S 20752 20755 16327 0 -1 1077944384 50 12405 0 0 2 0 8 4 20 0 20 0 5524984 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615565462544 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20814] ppid=20752 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20814/stat : 20814 (java) S 20752 20755 16327 0 -1 1077944384 33 12405 0 0 2 0 8 4 20 0 20 0 5524984 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615564410000 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20815] ppid=20752 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20815/stat : 20815 (java) S 20752 20755 16327 0 -1 1077944384 54 12405 0 0 3 0 8 4 20 0 20 0 5524984 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615563356432 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20816] ppid=20752 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20816/stat : 20816 (java) S 20752 20755 16327 0 -1 1077944384 32 12405 0 0 3 0 8 4 20 0 20 0 5524984 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615562303888 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20817] ppid=20752 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20817/stat : 20817 (java) S 20752 20755 16327 0 -1 1077944384 90 12405 0 0 2 0 8 4 20 0 20 0 5524984 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615561251344 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20818] ppid=20752 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20818/stat : 20818 (java) S 20752 20755 16327 0 -1 1077944384 112 12405 0 0 3 0 8 4 20 0 20 0 5524984 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615560198800 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20819] ppid=20752 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20819/stat : 20819 (java) S 20752 20755 16327 0 -1 1077944384 1850 12405 0 0 3 0 8 4 20 0 20 0 5524987 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615116155376 140615641504386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20820] ppid=20752 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20820/stat : 20820 (java) S 20752 20755 16327 0 -1 1077944384 57 12405 0 0 0 0 8 4 20 0 20 0 5524987 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615115101664 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20821] ppid=20752 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20821/stat : 20821 (java) S 20752 20755 16327 0 -1 1077944384 44 12405 0 0 0 0 8 4 20 0 20 0 5524988 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615114049024 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20822] ppid=20752 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20822/stat : 20822 (java) S 20752 20755 16327 0 -1 1077944384 1 12405 0 0 0 0 8 4 20 0 20 0 5524992 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615112997584 140615641511835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20823] ppid=20752 vsize=10993404 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20823/stat : 20823 (java) R 20752 20755 16327 0 -1 4202560 5913 12405 0 0 95 0 8 4 20 0 20 0 5524992 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615111923104 140615622193543 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20824] ppid=20752 vsize=10993404 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20824/stat : 20824 (java) R 20752 20755 16327 0 -1 4202560 826 12405 0 0 39 1 8 4 20 0 20 0 5524992 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615110891632 140615641514586 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20825] ppid=20752 vsize=10993404 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20825/stat : 20825 (java) R 20752 20755 16327 0 -1 4202560 1673 12405 0 0 46 0 8 4 20 0 20 0 5524992 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615109839088 140615641514586 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20826] ppid=20752 vsize=10993404 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20826/stat : 20826 (java) S 20752 20755 16327 0 -1 1077944384 2856 12405 0 0 88 1 8 4 20 0 20 0 5524992 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615108786544 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20827] ppid=20752 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20827/stat : 20827 (java) S 20752 20755 16327 0 -1 1077944384 3 12405 0 0 0 0 8 4 20 0 20 0 5524992 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615107734240 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20828] ppid=20752 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20828/stat : 20828 (java) S 20752 20755 16327 0 -1 1077944384 7 12405 0 0 0 0 8 4 20 0 20 0 5524993 11257245696 70527 33554432000 4194304 4196468 140721085870608 140615106681776 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 10993404

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

[startup+3.2011 s]
/proc/loadavg: 1.73 1.58 1.58 5/281 20828
/proc/meminfo: memFree=31263620/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=10995452 CPUtime=6.39 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (java) S 20752 20755 16327 0 -1 1077944320 56800 12405 0 0 605 22 8 4 20 0 20 0 5524970 11259342848 70979 33554432000 4194304 4196468 140721085870608 140721085853152 140615641493239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
/proc/20755/statm: 2748863 70979 3480 1 0 2736418 0
[pid=20755/tid=20810] ppid=20752 vsize=10995452 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20810/stat : 20810 (java) R 20752 20755 16327 0 -1 4202560 40583 12405 0 0 286 9 8 4 20 0 20 0 5524983 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615645723896 140615232904939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20811] ppid=20752 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20811/stat : 20811 (java) S 20752 20755 16327 0 -1 1077944384 64 12405 0 0 3 1 8 4 20 0 20 0 5524984 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615567567632 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20812] ppid=20752 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20812/stat : 20812 (java) S 20752 20755 16327 0 -1 1077944384 28 12405 0 0 2 1 8 4 20 0 20 0 5524984 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615566515088 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20813] ppid=20752 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20813/stat : 20813 (java) S 20752 20755 16327 0 -1 1077944384 50 12405 0 0 2 0 8 4 20 0 20 0 5524984 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615565462544 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20814] ppid=20752 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20814/stat : 20814 (java) S 20752 20755 16327 0 -1 1077944384 33 12405 0 0 2 0 8 4 20 0 20 0 5524984 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615564410000 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20815] ppid=20752 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20815/stat : 20815 (java) S 20752 20755 16327 0 -1 1077944384 54 12405 0 0 3 0 8 4 20 0 20 0 5524984 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615563356432 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20816] ppid=20752 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20816/stat : 20816 (java) S 20752 20755 16327 0 -1 1077944384 32 12405 0 0 3 0 8 4 20 0 20 0 5524984 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615562303888 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20817] ppid=20752 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20817/stat : 20817 (java) S 20752 20755 16327 0 -1 1077944384 90 12405 0 0 2 0 8 4 20 0 20 0 5524984 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615561251344 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20818] ppid=20752 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20818/stat : 20818 (java) S 20752 20755 16327 0 -1 1077944384 112 12405 0 0 3 0 8 4 20 0 20 0 5524984 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615560198800 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20819] ppid=20752 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20819/stat : 20819 (java) S 20752 20755 16327 0 -1 1077944384 1850 12405 0 0 3 0 8 4 20 0 20 0 5524987 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615116155376 140615641504386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20820] ppid=20752 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20820/stat : 20820 (java) S 20752 20755 16327 0 -1 1077944384 57 12405 0 0 0 0 8 4 20 0 20 0 5524987 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615115101664 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20821] ppid=20752 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20821/stat : 20821 (java) S 20752 20755 16327 0 -1 1077944384 44 12405 0 0 0 0 8 4 20 0 20 0 5524988 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615114049024 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20822] ppid=20752 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20822/stat : 20822 (java) S 20752 20755 16327 0 -1 1077944384 1 12405 0 0 0 0 8 4 20 0 20 0 5524992 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615112997584 140615641511835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20823] ppid=20752 vsize=10995452 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20823/stat : 20823 (java) R 20752 20755 16327 0 -1 4202560 6103 12405 0 0 105 0 8 4 20 0 20 0 5524992 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615111930360 140615620707152 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20824] ppid=20752 vsize=10995452 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20824/stat : 20824 (java) R 20752 20755 16327 0 -1 4202560 839 12405 0 0 40 1 8 4 20 0 20 0 5524992 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615110882576 140615620670257 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20825] ppid=20752 vsize=10995452 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20825/stat : 20825 (java) S 20752 20755 16327 0 -1 1077944384 1695 12405 0 0 48 0 8 4 20 0 20 0 5524992 11259342848 70979 33554432000 4194304 4196468 140721085870608 140615109839088 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20826] ppid=20752 vsize=10995452 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20826/stat : 20826 (java) S 20752 20755 16327 0 -1 1077944384 3022 12405 0 0 96 1 8 4 20 0 20 0 5524992 11259342848 71045 33554432000 4194304 4196468 140721085870608 140615108786544 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20827] ppid=20752 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20827/stat : 20827 (java) S 20752 20755 16327 0 -1 1077944384 3 12405 0 0 0 0 8 4 20 0 20 0 5524992 11259342848 71045 33554432000 4194304 4196468 140721085870608 140615107734240 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20828] ppid=20752 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20828/stat : 20828 (java) S 20752 20755 16327 0 -1 1077944384 7 12405 0 0 0 0 8 4 20 0 20 0 5524993 11259342848 71045 33554432000 4194304 4196468 140721085870608 140615106681776 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 10995452

[startup+3.41106 s]
/proc/loadavg: 1.73 1.58 1.58 11/281 20828
/proc/meminfo: memFree=31168300/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=10997548 CPUtime=7.46 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (java) S 20752 20755 16327 0 -1 1077944320 57417 12405 0 0 712 22 8 4 20 0 20 0 5524970 11261489152 72044 33554432000 4194304 4196468 140721085870608 140721085853152 140615641493239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
/proc/20755/statm: 2749387 72044 3483 1 0 2736942 0
[pid=20755/tid=20810] ppid=20752 vsize=10997548 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20810/stat : 20810 (java) S 20752 20755 16327 0 -1 1077944384 40621 12405 0 0 293 9 8 4 20 0 20 0 5524983 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615645730912 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20811] ppid=20752 vsize=10997548 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20811/stat : 20811 (java) S 20752 20755 16327 0 -1 1077944384 69 12405 0 0 8 1 8 4 20 0 20 0 5524984 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615567567632 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20812] ppid=20752 vsize=10997548 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20812/stat : 20812 (java) S 20752 20755 16327 0 -1 1077944384 34 12405 0 0 11 1 8 4 20 0 20 0 5524984 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615566515088 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20813] ppid=20752 vsize=10997548 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20813/stat : 20813 (java) S 20752 20755 16327 0 -1 1077944384 55 12405 0 0 7 0 8 4 20 0 20 0 5524984 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615565462544 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20814] ppid=20752 vsize=10997548 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20814/stat : 20814 (java) S 20752 20755 16327 0 -1 1077944384 34 12405 0 0 9 0 8 4 20 0 20 0 5524984 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615564410000 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20815] ppid=20752 vsize=10997548 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20815/stat : 20815 (java) S 20752 20755 16327 0 -1 1077944384 62 12405 0 0 11 0 8 4 20 0 20 0 5524984 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615563356432 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20816] ppid=20752 vsize=10997548 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20816/stat : 20816 (java) S 20752 20755 16327 0 -1 1077944384 42 12405 0 0 11 0 8 4 20 0 20 0 5524984 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615562303888 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20817] ppid=20752 vsize=10997548 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20817/stat : 20817 (java) S 20752 20755 16327 0 -1 1077944384 99 12405 0 0 10 0 8 4 20 0 20 0 5524984 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615561251344 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20818] ppid=20752 vsize=10997548 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20818/stat : 20818 (java) S 20752 20755 16327 0 -1 1077944384 114 12405 0 0 10 0 8 4 20 0 20 0 5524984 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615560198800 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20819] ppid=20752 vsize=10997548 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20819/stat : 20819 (java) R 20752 20755 16327 0 -1 4202560 1865 12405 0 0 8 0 8 4 20 0 20 0 5524987 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615116153776 140615621682249 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20820] ppid=20752 vsize=10997548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20820/stat : 20820 (java) S 20752 20755 16327 0 -1 1077944384 57 12405 0 0 0 0 8 4 20 0 20 0 5524987 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615115101568 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20821] ppid=20752 vsize=10997548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20821/stat : 20821 (java) S 20752 20755 16327 0 -1 1077944384 44 12405 0 0 0 0 8 4 20 0 20 0 5524988 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615114049024 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20822] ppid=20752 vsize=10997548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20822/stat : 20822 (java) S 20752 20755 16327 0 -1 1077944384 1 12405 0 0 0 0 8 4 20 0 20 0 5524992 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615112997584 140615641511835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20823] ppid=20752 vsize=10997548 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20823/stat : 20823 (java) R 20752 20755 16327 0 -1 4202560 6493 12405 0 0 126 1 8 4 20 0 20 0 5524992 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615111930152 140615620737131 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20824] ppid=20752 vsize=10997548 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20824/stat : 20824 (java) S 20752 20755 16327 0 -1 1077944384 858 12405 0 0 46 1 8 4 20 0 20 0 5524992 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615110891632 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20825] ppid=20752 vsize=10997548 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20825/stat : 20825 (java) S 20752 20755 16327 0 -1 1077944384 1713 12405 0 0 54 0 8 4 20 0 20 0 5524992 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615109839088 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20826] ppid=20752 vsize=10997548 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20826/stat : 20826 (java) S 20752 20755 16327 0 -1 1077944384 3113 12405 0 0 100 1 8 4 20 0 20 0 5524992 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615108786544 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20827] ppid=20752 vsize=10997548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20827/stat : 20827 (java) S 20752 20755 16327 0 -1 1077944384 3 12405 0 0 0 0 8 4 20 0 20 0 5524992 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615107734240 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20828] ppid=20752 vsize=10997548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20828/stat : 20828 (java) S 20752 20755 16327 0 -1 1077944384 7 12405 0 0 0 0 8 4 20 0 20 0 5524993 11261489152 72044 33554432000 4194304 4196468 140721085870608 140615106681776 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 10997548

[startup+3.50113 s]
/proc/loadavg: 1.73 1.58 1.58 11/281 20828
/proc/meminfo: memFree=31168300/32770624 swapFree=5912/103464
[pid=20755] ppid=20752 vsize=10997944 CPUtime=7.77 cores=0,2,4,6,8,10,12,14
/proc/20755/stat : 20755 (java) S 20752 20755 16327 0 -1 1077944320 57710 12405 0 0 742 23 8 4 20 0 20 0 5524970 11261894656 72376 33554432000 4194304 4196468 140721085870608 140721085853152 140615641493239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
/proc/20755/statm: 2749486 72376 3484 1 0 2737041 0
[pid=20755/tid=20810] ppid=20752 vsize=10997944 CPUtime=3.19 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20810/stat : 20810 (java) R 20752 20755 16327 0 -1 4202560 40753 12405 0 0 297 10 8 4 20 0 20 0 5524983 11261894656 72376 33554432000 4194304 4196468 140721085870608 140615645720248 140615641507095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20811] ppid=20752 vsize=10997944 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20811/stat : 20811 (java) S 20752 20755 16327 0 -1 1077944384 69 12405 0 0 9 1 8 4 20 0 20 0 5524984 11261894656 72376 33554432000 4194304 4196468 140721085870608 140615567567632 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20812] ppid=20752 vsize=10997944 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20812/stat : 20812 (java) S 20752 20755 16327 0 -1 1077944384 34 12405 0 0 12 1 8 4 20 0 20 0 5524984 11261894656 72376 33554432000 4194304 4196468 140721085870608 140615566515088 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20813] ppid=20752 vsize=10997944 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20813/stat : 20813 (java) S 20752 20755 16327 0 -1 1077944384 55 12405 0 0 8 0 8 4 20 0 20 0 5524984 11261894656 72376 33554432000 4194304 4196468 140721085870608 140615565462544 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20814] ppid=20752 vsize=10997944 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20814/stat : 20814 (java) S 20752 20755 16327 0 -1 1077944384 35 12405 0 0 11 0 8 4 20 0 20 0 5524984 11261894656 72376 33554432000 4194304 4196468 140721085870608 140615564410000 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20815] ppid=20752 vsize=10997944 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20815/stat : 20815 (java) S 20752 20755 16327 0 -1 1077944384 62 12405 0 0 13 0 8 4 20 0 20 0 5524984 11261894656 72376 33554432000 4194304 4196468 140721085870608 140615563356432 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20816] ppid=20752 vsize=10997944 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20816/stat : 20816 (java) S 20752 20755 16327 0 -1 1077944384 42 12405 0 0 12 0 8 4 20 0 20 0 5524984 11261894656 72376 33554432000 4194304 4196468 140721085870608 140615562303888 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20817] ppid=20752 vsize=10998972 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20817/stat : 20817 (java) S 20752 20755 16327 0 -1 1077944384 99 12405 0 0 12 0 8 4 20 0 20 0 5524984 11262947328 72376 33554432000 4194304 4196468 140721085870608 140615561251344 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20818] ppid=20752 vsize=10998972 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20818/stat : 20818 (java) S 20752 20755 16327 0 -1 1077944384 114 12405 0 0 12 0 8 4 20 0 21 0 5524984 11262947328 72376 33554432000 4194304 4196468 140721085870608 140615560198800 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20819] ppid=20752 vsize=10998972 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20819/stat : 20819 (java) S 20752 20755 16327 0 -1 1077944384 1865 12405 0 0 11 0 8 4 20 0 21 0 5524987 11262947328 72376 33554432000 4194304 4196468 140721085870608 140615116155376 140615641504386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20820] ppid=20752 vsize=11064508 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20820/stat : 20820 (java) S 20752 20755 16327 0 -1 1077944384 57 12405 0 0 0 0 8 4 20 0 21 0 5524987 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615115101664 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20821] ppid=20752 vsize=11064508 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20821/stat : 20821 (java) S 20752 20755 16327 0 -1 1077944384 44 12405 0 0 0 0 8 4 20 0 21 0 5524988 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615114049024 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20822] ppid=20752 vsize=11064508 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20822/stat : 20822 (java) S 20752 20755 16327 0 -1 1077944384 1 12405 0 0 0 0 8 4 20 0 21 0 5524992 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615112997584 140615641511835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20823] ppid=20752 vsize=11064508 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20823/stat : 20823 (java) R 20752 20755 16327 0 -1 4202560 6633 12405 0 0 135 1 8 4 20 0 21 0 5524992 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615111930200 140615623037439 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20824] ppid=20752 vsize=11064508 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20824/stat : 20824 (java) S 20752 20755 16327 0 -1 1077944384 862 12405 0 0 47 1 8 4 20 0 21 0 5524992 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615110891632 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20825] ppid=20752 vsize=11064508 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20825/stat : 20825 (java) R 20752 20755 16327 0 -1 4202560 1724 12405 0 0 54 0 8 4 20 0 21 0 5524992 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615109827232 140615622193536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20826] ppid=20752 vsize=11064508 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20826/stat : 20826 (java) S 20752 20755 16327 0 -1 1077944384 3124 12405 0 0 101 1 8 4 20 0 21 0 5524992 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615108786544 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20827] ppid=20752 vsize=11064508 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20827/stat : 20827 (java) S 20752 20755 16327 0 -1 1077944384 3 12405 0 0 0 0 8 4 20 0 21 0 5524992 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615107734240 140615641503445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
[pid=20755/tid=20828] ppid=20752 vsize=11064508 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20755/task/20828/stat : 20828 (java) S 20752 20755 16327 0 -1 1077944384 7 12405 0 0 0 0 8 4 20 0 21 0 5524993 11330056192 72377 33554432000 4194304 4196468 140721085870608 140615106681776 140615641504386 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7749632 140721085876929 140721085879703 140721085879703 140721085882319 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 10997944

Child status: 0
Real time (s): 3.56767
CPU time (s): 7.85265
CPU user time (s): 7.5639
CPU system time (s): 0.288759
CPU usage (%): 220.106
Max. virtual memory (cumulated for all children) (KiB): 10997944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.56389
system time used= 0.288759
maximum resident set size= 290580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70312
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= 8205
involuntary context switches= 2088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037266 second user time and 0.035354 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 07:49:14
IDJOB=4245327
IDBENCH=120872
IDSOLVER=2630
FILE ID=node107/4245327-1500702554
RUNJOBID= node107-1500682951-16358
PBS_JOBID= 20623334
Free space on /tmp= 61852 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-1-03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245327-1500702554/watcher-4245327-1500702554 -o /tmp/evaluation-result-4245327-1500702554/solver-4245327-1500702554 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16358 --watchdog 2560  bin/concrete HOME/instance-4245327-1500702554.xml

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

MD5SUM BENCH= 5764a69188b0fe12059f9d6ff06a642a
RANDOM SEED=30383906

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
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.05
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		: 1733.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.05
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		: 1867.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.05
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		: 1867.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		: 2000.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.05
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:        31439320 kB
MemAvailable:   31588896 kB
Buffers:          184664 kB
Cached:           220272 kB
SwapCached:            0 kB
Active:           681796 kB
Inactive:         162052 kB
Active(anon):     392276 kB
Inactive(anon):    58556 kB
Active(file):     289520 kB
Inactive(file):   103496 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25064 kB
Writeback:            40 kB
AnonPages:        537356 kB
Mapped:            43804 kB
Shmem:              8852 kB
Slab:             178804 kB
SReclaimable:     144788 kB
SUnreclaim:        34016 kB
KernelStack:        5072 kB
PageTables:         6200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1247448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61828 MiB
End job on node107 at 2017-07-22 07:49:17