Trace number 4246964

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 NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4OPT3 9.9583397 4.8457298

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-tiny.xml
MD5SUMb48c1d78a7c2914aa1b4afc3a63a668c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017028
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints65
Number of domains3
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":45},{"size":9,"count":19},{"size":10,"count":9}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":54},{"degree":3,"count":1},{"degree":5,"count":8},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":47},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":11},{"arity":9,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"sum","count":9},{"type":"minimum","count":5},{"type":"maximum","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.48/2.42	c Concrete v3.4 running
8.58/4.42	o 5
8.58/4.44	o 4
8.58/4.47	o 3
9.87/4.81	v <instantiation cost="3">
9.87/4.81	v       <list>
9.87/4.81	v         p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] min[0] min[1] min[2] min[3] min[4] max[0] max[1] max[2] max[3] max[4] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8]
9.87/4.81	v       </list>
9.87/4.81	v       <values>
9.87/4.81	v         4 3 8 2 6 1 7 5 0 4 2 1 0 0 8 7 8 3 1 0 0 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 2 3 3 3 3 3 3 3 2
9.87/4.81	v       </values>
9.87/4.81	v     </instantiation>
9.87/4.81	s OPTIMUM FOUND

Verifier Data

OK	3

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-4246964-1502130566/watcher-4246964-1502130566 -o /tmp/evaluation-result-4246964-1502130566/solver-4246964-1502130566 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502129723-30086 --watchdog 2560 bin/concrete HOME/instance-4246964-1502130566.xml 

pid=30110
running on 4 cores: 0,2,4,6

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.00 1.01 1.09 4/179 30116
/proc/meminfo: memFree=31524212/32770624 swapFree=0/456844
[pid=30116] ppid=30110 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30116/stat : 30116 (runsolver) D 30110 30116 9955 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 15277611 24240128 106 18446744073709551615 4194304 4338465 140723511421376 140723511419016 139661204710103 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 20758528 140723511423185 140723511423562 140723511423562 140723511427018 0
/proc/30116/statm: 5918 106 53 36 0 2156 0

[startup+0.100067 s]
/proc/loadavg: 1.00 1.01 1.09 4/179 30116
/proc/meminfo: memFree=31524212/32770624 swapFree=0/456844
[pid=30116] ppid=30110 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/30116/stat : 30116 (bash) S 30110 30116 9955 0 -1 4202496 647 0 0 0 0 0 0 0 20 0 1 0 15277611 9736192 352 18446744073709551615 4194304 5098028 140735992351136 140735992348776 139762835479552 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 13615104 140735992353301 140735992353386 140735992353386 140735992356842 0
/proc/30116/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200202 s]
/proc/loadavg: 1.00 1.01 1.09 4/179 30116
/proc/meminfo: memFree=31524212/32770624 swapFree=0/456844
[pid=30116] ppid=30110 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/30116/stat : 30116 (bash) S 30110 30116 9955 0 -1 4202496 886 6464 0 1 0 0 0 1 20 0 1 0 15277611 9871360 374 18446744073709551615 4194304 5098028 140735992351136 140735992345144 139762835479552 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 13615104 140735992353301 140735992353386 140735992353386 140735992356842 0
/proc/30116/statm: 2410 374 293 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300259 s]
/proc/loadavg: 1.00 1.01 1.09 4/179 30116
/proc/meminfo: memFree=31524212/32770624 swapFree=0/456844
[pid=30116] ppid=30110 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/30116/stat : 30116 (bash) S 30110 30116 9955 0 -1 4202496 886 6464 0 1 0 0 0 1 20 0 1 0 15277611 9871360 374 18446744073709551615 4194304 5098028 140735992351136 140735992345144 139762835479552 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 13615104 140735992353301 140735992353386 140735992353386 140735992356842 0
/proc/30116/statm: 2410 374 293 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.700276 s]
/proc/loadavg: 1.00 1.01 1.09 4/179 30116
/proc/meminfo: memFree=31524212/32770624 swapFree=0/456844
[pid=30116] ppid=30110 vsize=10552792 CPUtime=0.42 cores=0,2,4,6
/proc/30116/stat : 30116 (java) S 30110 30116 9955 0 -1 1077944320 12482 12714 0 1 31 3 5 3 20 0 15 0 15277611 10806059008 12815 18446744073709551615 4194304 4196468 140734434822048 140734434804592 140304868318967 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
/proc/30116/statm: 2638198 12815 3076 1 0 2627467 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10552792

[startup+1.50055 s]
/proc/loadavg: 1.00 1.01 1.09 5/209 30242
/proc/meminfo: memFree=31373408/32770624 swapFree=0/456184
[pid=30116] ppid=30110 vsize=10561368 CPUtime=1.62 cores=0,2,4,6
/proc/30116/stat : 30116 (java) S 30110 30116 9955 0 -1 1077944320 25443 12714 0 1 146 8 5 3 20 0 15 0 15277611 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140734434804592 140304868318967 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
/proc/30116/statm: 2640342 30718 3345 1 0 2629515 0
[pid=30116/tid=30228] ppid=30110 vsize=10561368 CPUtime=1.12 cores=0,2,4,6
/proc/30116/task/30228/stat : 30228 (java) R 30110 30116 9955 0 -1 4202560 20427 12714 0 1 98 6 5 3 20 0 15 0 15277646 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304872553304 140304853688880 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30229] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30229/stat : 30229 (java) S 30110 30116 9955 0 -1 1077944384 1 12714 0 1 0 0 5 3 20 0 15 0 15277647 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304479443600 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30230] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30230/stat : 30230 (java) S 30110 30116 9955 0 -1 1077944384 1 12714 0 1 0 0 5 3 20 0 15 0 15277647 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304478390800 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30231] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30231/stat : 30231 (java) S 30110 30116 9955 0 -1 1077944384 1 12714 0 1 0 0 5 3 20 0 15 0 15277647 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304477338000 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30232] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30232/stat : 30232 (java) S 30110 30116 9955 0 -1 1077944384 2 12714 0 1 0 0 5 3 20 0 15 0 15277647 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304476285200 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30233] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30233/stat : 30233 (java) S 30110 30116 9955 0 -1 1077944384 5 12714 0 1 0 0 5 3 20 0 15 0 15277648 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304364583792 140304868330114 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30234] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30234/stat : 30234 (java) S 30110 30116 9955 0 -1 1077944384 33 12714 0 1 0 0 5 3 20 0 15 0 15277648 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304363529760 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30235] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30235/stat : 30235 (java) S 30110 30116 9955 0 -1 1077944384 21 12714 0 1 0 0 5 3 20 0 15 0 15277649 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304362476912 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30236] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30236/stat : 30236 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304361425232 140304868337563 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30237] ppid=30110 vsize=10561368 CPUtime=0.23 cores=0,2,4,6
/proc/30116/task/30237/stat : 30237 (java) S 30110 30116 9955 0 -1 1077944384 1009 12714 0 1 15 0 5 3 20 0 15 0 15277651 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304360372592 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30238] ppid=30110 vsize=10561368 CPUtime=0.21 cores=0,2,4,6
/proc/30116/task/30238/stat : 30238 (java) S 30110 30116 9955 0 -1 1077944384 782 12714 0 1 13 0 5 3 20 0 15 0 15277651 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304359319792 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30239] ppid=30110 vsize=10561368 CPUtime=0.26 cores=0,2,4,6
/proc/30116/task/30239/stat : 30239 (java) S 30110 30116 9955 0 -1 1077944384 1013 12714 0 1 18 0 5 3 20 0 15 0 15277651 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304358266992 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30240] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30240/stat : 30240 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304357214432 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30242] ppid=30110 vsize=10561368 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30242/stat : 30242 (java) S 30110 30116 9955 0 -1 1077944384 7 12714 0 1 0 0 5 3 20 0 15 0 15277662 10814840832 30718 18446744073709551615 4194304 4196468 140734434822048 140304356162736 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 10561368

[startup+3.10064 s]
/proc/loadavg: 1.00 1.01 1.09 5/209 30242
/proc/meminfo: memFree=31187308/32770624 swapFree=0/455596
[pid=30116] ppid=30110 vsize=10575892 CPUtime=4.99 cores=0,2,4,6
/proc/30116/stat : 30116 (java) S 30110 30116 9955 0 -1 1077944320 48220 12714 0 1 476 15 5 3 20 0 15 0 15277611 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140734434804592 140304868318967 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
/proc/30116/statm: 2643973 53134 3455 1 0 2632587 0
[pid=30116/tid=30228] ppid=30110 vsize=10575892 CPUtime=2.65 cores=0,2,4,6
/proc/30116/task/30228/stat : 30228 (java) R 30110 30116 9955 0 -1 4202560 34962 12714 0 1 248 9 5 3 20 0 15 0 15277646 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304872544416 140304849143856 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30229] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30229/stat : 30229 (java) S 30110 30116 9955 0 -1 1077944384 35 12714 0 1 0 0 5 3 20 0 15 0 15277647 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304479443600 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30230] ppid=30110 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/30116/task/30230/stat : 30230 (java) S 30110 30116 9955 0 -1 1077944384 37 12714 0 1 1 0 5 3 20 0 15 0 15277647 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304478390800 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30231] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30231/stat : 30231 (java) S 30110 30116 9955 0 -1 1077944384 49 12714 0 1 0 0 5 3 20 0 15 0 15277647 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304477338000 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30232] ppid=30110 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/30116/task/30232/stat : 30232 (java) S 30110 30116 9955 0 -1 1077944384 174 12714 0 1 1 0 5 3 20 0 15 0 15277647 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304476285200 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30233] ppid=30110 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/30116/task/30233/stat : 30233 (java) S 30110 30116 9955 0 -1 1077944384 1622 12714 0 1 1 0 5 3 20 0 15 0 15277648 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304364583792 140304868330114 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30234] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30234/stat : 30234 (java) S 30110 30116 9955 0 -1 1077944384 55 12714 0 1 0 0 5 3 20 0 15 0 15277648 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304363529760 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30235] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30235/stat : 30235 (java) S 30110 30116 9955 0 -1 1077944384 45 12714 0 1 0 0 5 3 20 0 15 0 15277649 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304362476912 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30236] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30236/stat : 30236 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304361425232 140304868337563 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30237] ppid=30110 vsize=10575892 CPUtime=0.96 cores=0,2,4,6
/proc/30116/task/30237/stat : 30237 (java) S 30110 30116 9955 0 -1 1077944384 4187 12714 0 1 87 1 5 3 20 0 15 0 15277651 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304360372592 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30238] ppid=30110 vsize=10575892 CPUtime=0.61 cores=0,2,4,6
/proc/30116/task/30238/stat : 30238 (java) R 30110 30116 9955 0 -1 1077944384 1680 12714 0 1 52 1 5 3 20 0 15 0 15277651 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304359319792 140304868330114 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30239] ppid=30110 vsize=10575892 CPUtime=0.89 cores=0,2,4,6
/proc/30116/task/30239/stat : 30239 (java) R 30110 30116 9955 0 -1 4202560 3225 12714 0 1 81 0 5 3 20 0 15 0 15277651 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304358264784 140304846982544 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30240] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30240/stat : 30240 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304357214432 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30242] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30242/stat : 30242 (java) S 30110 30116 9955 0 -1 1077944384 8 12714 0 1 0 0 5 3 20 0 15 0 15277662 10829713408 53134 18446744073709551615 4194304 4196468 140734434822048 140304356162736 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 10575892

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

[startup+3.22886 s]
/proc/loadavg: 1.00 1.01 1.09 5/209 30242
/proc/meminfo: memFree=31187308/32770624 swapFree=0/455596
[pid=30116] ppid=30110 vsize=10575892 CPUtime=5.26 cores=0,2,4,6
/proc/30116/stat : 30116 (java) S 30110 30116 9955 0 -1 1077944320 48872 12714 0 1 502 16 5 3 20 0 15 0 15277611 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140734434804592 140304868318967 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
/proc/30116/statm: 2643973 54255 3456 1 0 2632587 0
[pid=30116/tid=30228] ppid=30110 vsize=10575892 CPUtime=2.78 cores=0,2,4,6
/proc/30116/task/30228/stat : 30228 (java) R 30110 30116 9955 0 -1 4202560 35401 12714 0 1 261 9 5 3 20 0 15 0 15277646 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304872546176 140304852399454 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30229] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30229/stat : 30229 (java) S 30110 30116 9955 0 -1 1077944384 35 12714 0 1 0 0 5 3 20 0 15 0 15277647 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304479443600 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30230] ppid=30110 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/30116/task/30230/stat : 30230 (java) S 30110 30116 9955 0 -1 1077944384 37 12714 0 1 1 0 5 3 20 0 15 0 15277647 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304478390800 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30231] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30231/stat : 30231 (java) S 30110 30116 9955 0 -1 1077944384 49 12714 0 1 0 0 5 3 20 0 15 0 15277647 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304477338000 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30232] ppid=30110 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/30116/task/30232/stat : 30232 (java) S 30110 30116 9955 0 -1 1077944384 174 12714 0 1 1 0 5 3 20 0 15 0 15277647 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304476285200 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30233] ppid=30110 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/30116/task/30233/stat : 30233 (java) S 30110 30116 9955 0 -1 1077944384 1623 12714 0 1 1 0 5 3 20 0 15 0 15277648 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304364583792 140304868330114 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30234] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30234/stat : 30234 (java) S 30110 30116 9955 0 -1 1077944384 55 12714 0 1 0 0 5 3 20 0 15 0 15277648 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304363529760 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30235] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30235/stat : 30235 (java) S 30110 30116 9955 0 -1 1077944384 45 12714 0 1 0 0 5 3 20 0 15 0 15277649 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304362476912 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30236] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30236/stat : 30236 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304361425232 140304868337563 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30237] ppid=30110 vsize=10575892 CPUtime=1 cores=0,2,4,6
/proc/30116/task/30237/stat : 30237 (java) S 30110 30116 9955 0 -1 1077944384 4217 12714 0 1 91 1 5 3 20 0 15 0 15277651 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304360372592 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30238] ppid=30110 vsize=10575892 CPUtime=0.64 cores=0,2,4,6
/proc/30116/task/30238/stat : 30238 (java) S 30110 30116 9955 0 -1 1077944384 1701 12714 0 1 55 1 5 3 20 0 15 0 15277651 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304359319792 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30239] ppid=30110 vsize=10575892 CPUtime=0.96 cores=0,2,4,6
/proc/30116/task/30239/stat : 30239 (java) S 30110 30116 9955 0 -1 1077944384 3384 12714 0 1 87 1 5 3 20 0 15 0 15277651 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304358266992 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30240] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30240/stat : 30240 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304357214432 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30242] ppid=30110 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30242/stat : 30242 (java) S 30110 30116 9955 0 -1 1077944384 10 12714 0 1 0 0 5 3 20 0 15 0 15277662 10829713408 54255 18446744073709551615 4194304 4196468 140734434822048 140304356162736 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 10575892

[startup+4.00251 s]
/proc/loadavg: 1.00 1.01 1.09 6/209 30242
/proc/meminfo: memFree=31096344/32770624 swapFree=0/455212
[pid=30116] ppid=30110 vsize=10647572 CPUtime=7.3 cores=0,2,4,6
/proc/30116/stat : 30116 (java) S 30110 30116 9955 0 -1 1077944320 61102 12714 0 1 703 19 5 3 20 0 15 0 15277611 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140734434804592 140304868318967 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
/proc/30116/statm: 2661893 74600 3466 1 0 2650507 0
[pid=30116/tid=30228] ppid=30110 vsize=10647572 CPUtime=3.5 cores=0,2,4,6
/proc/30116/task/30228/stat : 30228 (java) R 30110 30116 9955 0 -1 4202560 44525 12714 0 1 332 10 5 3 20 0 15 0 15277646 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304872549792 140304510081481 0 4 1 16800974 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30229] ppid=30110 vsize=10647572 CPUtime=0.11 cores=0,2,4,6
/proc/30116/task/30229/stat : 30229 (java) S 30110 30116 9955 0 -1 1077944384 60 12714 0 1 3 0 5 3 20 0 15 0 15277647 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304479443600 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30230] ppid=30110 vsize=10647572 CPUtime=0.11 cores=0,2,4,6
/proc/30116/task/30230/stat : 30230 (java) S 30110 30116 9955 0 -1 1077944384 50 12714 0 1 3 0 5 3 20 0 15 0 15277647 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304478390800 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30231] ppid=30110 vsize=10647572 CPUtime=0.1 cores=0,2,4,6
/proc/30116/task/30231/stat : 30231 (java) S 30110 30116 9955 0 -1 1077944384 74 12714 0 1 2 0 5 3 20 0 15 0 15277647 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304477338000 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30232] ppid=30110 vsize=10647572 CPUtime=0.09 cores=0,2,4,6
/proc/30116/task/30232/stat : 30232 (java) S 30110 30116 9955 0 -1 1077944384 228 12714 0 1 1 0 5 3 20 0 15 0 15277647 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304476285200 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30233] ppid=30110 vsize=10647572 CPUtime=0.11 cores=0,2,4,6
/proc/30116/task/30233/stat : 30233 (java) S 30110 30116 9955 0 -1 1077944384 2248 12714 0 1 3 0 5 3 20 0 15 0 15277648 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304364583792 140304868330114 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30234] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30234/stat : 30234 (java) S 30110 30116 9955 0 -1 1077944384 55 12714 0 1 0 0 5 3 20 0 15 0 15277648 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304363529824 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30235] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30235/stat : 30235 (java) S 30110 30116 9955 0 -1 1077944384 45 12714 0 1 0 0 5 3 20 0 15 0 15277649 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304362476928 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30236] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30236/stat : 30236 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304361425232 140304868337563 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30237] ppid=30110 vsize=10647572 CPUtime=1.57 cores=0,2,4,6
/proc/30116/task/30237/stat : 30237 (java) R 30110 30116 9955 0 -1 4202560 5632 12714 0 1 148 1 5 3 20 0 15 0 15277651 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304360353608 140304851819173 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30238] ppid=30110 vsize=10647572 CPUtime=0.96 cores=0,2,4,6
/proc/30116/task/30238/stat : 30238 (java) R 30110 30116 9955 0 -1 1077944384 1970 12714 0 1 87 1 5 3 20 0 15 0 15277651 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304359308384 140304868329173 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30239] ppid=30110 vsize=10647572 CPUtime=1.27 cores=0,2,4,6
/proc/30116/task/30239/stat : 30239 (java) R 30110 30116 9955 0 -1 4202560 4064 12714 0 1 118 1 5 3 20 0 15 0 15277651 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304358267120 140304868330902 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30240] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30240/stat : 30240 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304357214432 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30242] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30242/stat : 30242 (java) S 30110 30116 9955 0 -1 1077944384 10 12714 0 1 0 0 5 3 20 0 15 0 15277662 10903113728 74600 18446744073709551615 4194304 4196468 140734434822048 140304356162736 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 10647572

[startup+4.40055 s]
/proc/loadavg: 1.00 1.01 1.09 8/209 30242
/proc/meminfo: memFree=30929672/32770624 swapFree=0/455208
[pid=30116] ppid=30110 vsize=10650084 CPUtime=8.58 cores=0,2,4,6
/proc/30116/stat : 30116 (java) S 30110 30116 9955 0 -1 1077944320 64356 12714 0 1 830 20 5 3 20 0 15 0 15277611 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140734434804592 140304868318967 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
/proc/30116/statm: 2662521 76680 3473 1 0 2651135 0
[pid=30116/tid=30228] ppid=30110 vsize=10650084 CPUtime=3.73 cores=0,2,4,6
/proc/30116/task/30228/stat : 30228 (java) R 30110 30116 9955 0 -1 4202560 44700 12714 0 1 355 10 5 3 20 0 15 0 15277646 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304872546032 140304848969729 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30229] ppid=30110 vsize=10650084 CPUtime=0.15 cores=0,2,4,6
/proc/30116/task/30229/stat : 30229 (java) S 30110 30116 9955 0 -1 1077944384 69 12714 0 1 7 0 5 3 20 0 15 0 15277647 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304479443600 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30230] ppid=30110 vsize=10650084 CPUtime=0.19 cores=0,2,4,6
/proc/30116/task/30230/stat : 30230 (java) S 30110 30116 9955 0 -1 1077944384 65 12714 0 1 11 0 5 3 20 0 15 0 15277647 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304478390800 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30231] ppid=30110 vsize=10650084 CPUtime=0.17 cores=0,2,4,6
/proc/30116/task/30231/stat : 30231 (java) S 30110 30116 9955 0 -1 1077944384 74 12714 0 1 9 0 5 3 20 0 15 0 15277647 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304477338000 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30232] ppid=30110 vsize=10650084 CPUtime=0.16 cores=0,2,4,6
/proc/30116/task/30232/stat : 30232 (java) S 30110 30116 9955 0 -1 1077944384 241 12714 0 1 8 0 5 3 20 0 15 0 15277647 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304476285200 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30233] ppid=30110 vsize=10650084 CPUtime=0.19 cores=0,2,4,6
/proc/30116/task/30233/stat : 30233 (java) S 30110 30116 9955 0 -1 1077944384 2258 12714 0 1 11 0 5 3 20 0 15 0 15277648 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304364583792 140304868330114 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30234] ppid=30110 vsize=10650084 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30234/stat : 30234 (java) S 30110 30116 9955 0 -1 1077944384 56 12714 0 1 0 0 5 3 20 0 15 0 15277648 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304363529888 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30235] ppid=30110 vsize=10650084 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30235/stat : 30235 (java) S 30110 30116 9955 0 -1 1077944384 47 12714 0 1 0 0 5 3 20 0 15 0 15277649 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304362476928 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30236] ppid=30110 vsize=10650084 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30236/stat : 30236 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304361425232 140304868337563 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30237] ppid=30110 vsize=10650084 CPUtime=1.97 cores=0,2,4,6
/proc/30116/task/30237/stat : 30237 (java) R 30110 30116 9955 0 -1 4202560 8074 12714 0 1 188 1 5 3 20 0 15 0 15277651 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304360358616 140304849863474 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30238] ppid=30110 vsize=10650084 CPUtime=1.11 cores=0,2,4,6
/proc/30116/task/30238/stat : 30238 (java) R 30110 30116 9955 0 -1 4202560 2141 12714 0 1 102 1 5 3 20 0 15 0 15277651 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304359299856 140304853240749 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30239] ppid=30110 vsize=10650084 CPUtime=1.43 cores=0,2,4,6
/proc/30116/task/30239/stat : 30239 (java) R 30110 30116 9955 0 -1 1077944384 4480 12714 0 1 133 2 5 3 20 0 15 0 15277651 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304358266992 140304868330114 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30240] ppid=30110 vsize=10650084 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30240/stat : 30240 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304357214432 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30242] ppid=30110 vsize=10650084 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30242/stat : 30242 (java) S 30110 30116 9955 0 -1 1077944384 10 12714 0 1 0 0 5 3 20 0 15 0 15277662 10905686016 76680 18446744073709551615 4194304 4196468 140734434822048 140304356162736 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 10650084

[startup+4.80059 s]
/proc/loadavg: 1.00 1.01 1.09 8/209 30242
/proc/meminfo: memFree=30929672/32770624 swapFree=0/455208
[pid=30116] ppid=30110 vsize=10647572 CPUtime=9.87 cores=0,2,4,6
/proc/30116/stat : 30116 (java) S 30110 30116 9955 0 -1 1077944320 68699 12714 0 1 958 21 5 3 20 0 15 0 15277611 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140734434804592 140304868318967 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
/proc/30116/statm: 2661893 76674 3478 1 0 2650507 0
[pid=30116/tid=30228] ppid=30110 vsize=10647572 CPUtime=4.12 cores=0,2,4,6
/proc/30116/task/30228/stat : 30228 (java) R 30110 30116 9955 0 -1 4202560 44941 12714 0 1 394 10 5 3 20 0 15 0 15277646 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304872551776 140304524026672 0 4 1 16800974 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30229] ppid=30110 vsize=10647572 CPUtime=0.15 cores=0,2,4,6
/proc/30116/task/30229/stat : 30229 (java) S 30110 30116 9955 0 -1 1077944384 69 12714 0 1 7 0 5 3 20 0 15 0 15277647 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304479443600 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30230] ppid=30110 vsize=10647572 CPUtime=0.19 cores=0,2,4,6
/proc/30116/task/30230/stat : 30230 (java) S 30110 30116 9955 0 -1 1077944384 65 12714 0 1 11 0 5 3 20 0 15 0 15277647 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304478390800 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30231] ppid=30110 vsize=10647572 CPUtime=0.17 cores=0,2,4,6
/proc/30116/task/30231/stat : 30231 (java) S 30110 30116 9955 0 -1 1077944384 74 12714 0 1 9 0 5 3 20 0 15 0 15277647 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304477338000 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30232] ppid=30110 vsize=10647572 CPUtime=0.16 cores=0,2,4,6
/proc/30116/task/30232/stat : 30232 (java) S 30110 30116 9955 0 -1 1077944384 241 12714 0 1 8 0 5 3 20 0 15 0 15277647 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304476285200 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30233] ppid=30110 vsize=10647572 CPUtime=0.19 cores=0,2,4,6
/proc/30116/task/30233/stat : 30233 (java) S 30110 30116 9955 0 -1 1077944384 2258 12714 0 1 11 0 5 3 20 0 15 0 15277648 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304364583792 140304868330114 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30234] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30234/stat : 30234 (java) S 30110 30116 9955 0 -1 1077944384 56 12714 0 1 0 0 5 3 20 0 15 0 15277648 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304363529888 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30235] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30235/stat : 30235 (java) S 30110 30116 9955 0 -1 1077944384 47 12714 0 1 0 0 5 3 20 0 15 0 15277649 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304362476928 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30236] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30236/stat : 30236 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304361425232 140304868337563 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30237] ppid=30110 vsize=10647572 CPUtime=2.37 cores=0,2,4,6
/proc/30116/task/30237/stat : 30237 (java) R 30110 30116 9955 0 -1 4202560 9974 12714 0 1 227 2 5 3 20 0 15 0 15277651 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304360354288 140304861422589 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30238] ppid=30110 vsize=10647572 CPUtime=1.5 cores=0,2,4,6
/proc/30116/task/30238/stat : 30238 (java) R 30110 30116 9955 0 -1 4202560 3979 12714 0 1 141 1 5 3 20 0 15 0 15277651 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304359309504 140304860608349 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30239] ppid=30110 vsize=10647572 CPUtime=1.54 cores=0,2,4,6
/proc/30116/task/30239/stat : 30239 (java) S 30110 30116 9955 0 -1 1077944384 4869 12714 0 1 144 2 5 3 20 0 15 0 15277651 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304358266992 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30240] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30240/stat : 30240 (java) S 30110 30116 9955 0 -1 1077944384 3 12714 0 1 0 0 5 3 20 0 15 0 15277651 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304357214432 140304868329173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
[pid=30116/tid=30242] ppid=30110 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/30116/task/30242/stat : 30242 (java) S 30110 30116 9955 0 -1 1077944384 11 12714 0 1 0 0 5 3 20 0 15 0 15277662 10903113728 76674 18446744073709551615 4194304 4196468 140734434822048 140304356162736 140304868330114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33501184 140734434826204 140734434828978 140734434828978 140734434832335 0
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (KiB) 10647572

Child status: 0
Real time (s): 4.84573
CPU time (s): 9.95834
CPU user time (s): 9.70199
CPU system time (s): 0.256355
CPU usage (%): 205.507
Max. virtual memory (cumulated for all children) (KiB): 10650088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.70199
system time used= 0.256355
maximum resident set size= 307332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82288
page faults= 1
swaps= 0
block input operations= 64
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6852
involuntary context switches= 658

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

The end

Launcher Data

Begin job on node125 at 2017-08-07 20:15:23
IDJOB=4246964
IDBENCH=140518
IDSOLVER=2630
FILE ID=node125/4246964-1502130566
RUNJOBID= node125-1502129723-30086
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246964-1502130566/watcher-4246964-1502130566 -o /tmp/evaluation-result-4246964-1502130566/solver-4246964-1502130566 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502129723-30086 --watchdog 2560  bin/concrete HOME/instance-4246964-1502130566.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=2043094148

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.07
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.07
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.07
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.07
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31525656 kB
MemAvailable:   32022484 kB
Buffers:          162844 kB
Cached:           622308 kB
SwapCached:            0 kB
Active:           363284 kB
Inactive:         473300 kB
Active(anon):      52456 kB
Inactive(anon):    16716 kB
Active(file):     310828 kB
Inactive(file):   456584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48928 kB
Writeback:             0 kB
AnonPages:         52044 kB
Mapped:            31960 kB
Shmem:             17060 kB
Slab:             115260 kB
SReclaimable:      90500 kB
SUnreclaim:        24760 kB
KernelStack:        3120 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     290376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-07 20:15:28