Trace number 4309297

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
PicatSAT 2018-08-14OPT36 8.74018 8.74632

General information on the benchmark

NameStillLife/
StillLife-wastage-08_c18.xml
MD5SUM7fa074241beecf824461849015848bff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.65099
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints152
Number of domains4
Minimum domain size2
Maximum domain size201
Distribution of domain sizes[{"size":2,"count":100},{"size":3,"count":100},{"size":65,"count":1},{"size":201,"count":10}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":97},{"degree":3,"count":13},{"degree":4,"count":32},{"degree":8,"count":28},{"degree":9,"count":36},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":32},{"arity":10,"count":68},{"arity":11,"count":1},{"arity":12,"count":9}]
Number of extensional constraints96
Number of intensional constraints41
Distribution of constraint types[{"type":"extension","count":96},{"type":"intension","count":41},{"type":"sum","count":11},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

8.68/8.74	c xcsp_picat version 2.4#7 (8/14/2018)
8.68/8.74	o 22
8.68/8.74	o 30
8.68/8.74	o 34
8.68/8.74	o 36
8.68/8.74	s OPTIMUM FOUND
8.68/8.74	v <instantiation>
8.68/8.74	v     <list> z x[][] w[][] ws[]  </list> 
8.68/8.74	v     <values> 36  0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0  0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 2 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 2 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0  2 2 2 8 8 8 14 14 14 16   </values> 
8.68/8.74	v </instantiation>

Verifier Data

OK	36

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14058 MiB free)
  memory of node 1: 16384 MiB (9432 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309297-1534293186/watcher-4309297-1534293186 -o /tmp/evaluation-result-4309297-1534293186/solver-4309297-1534293186 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534293186-11148 --watchdog 2580 xcsp_picat HOME/instance-4309297-1534293186.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11173, runsolver pid=11170

[startup+0.100251 s]*
/proc/loadavg: 1.14 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24025476/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2026044 memory=14992 CPUtime=0.1 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 1854 0 0 0 10 0 0 0 20 0 1 0 246881757 2074669056 3748 33554432000 4194304 5849940 140728250816176 140728250815272 140629993042738 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506511 3748 714 405 0 503455 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026044 KiB
Current children cumulated memory: 14992 KiB

[startup+0.210058 s]*
/proc/loadavg: 1.14 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24024120/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2026044 memory=14992 CPUtime=0.2 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 1854 0 0 0 20 0 0 0 20 0 1 0 246881757 2074669056 3748 33554432000 4194304 5849940 140728250816176 140728250815272 140629993044483 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506511 3748 714 405 0 503455 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2026044 KiB
Current children cumulated memory: 14992 KiB

[startup+0.311953 s]*
/proc/loadavg: 1.14 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24024012/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2026172 memory=15016 CPUtime=0.3 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 1886 0 0 0 30 0 0 0 20 0 1 0 246881757 2074800128 3754 33554432000 4194304 5849940 140728250816176 140728250815416 5472870 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506543 3754 716 405 0 503487 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2026172 KiB
Current children cumulated memory: 15016 KiB

[startup+0.700224 s]
/proc/loadavg: 1.14 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24023640/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2026560 memory=15404 CPUtime=0.68 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 1959 0 0 0 68 0 0 0 20 0 1 0 246881757 2075197440 3851 33554432000 4194304 5849940 140728250816176 140728250815416 5519284 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506640 3851 716 405 0 503584 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2026560 KiB
Current children cumulated memory: 15404 KiB

[startup+1.50022 s]
/proc/loadavg: 1.14 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24022936/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2026172 memory=14972 CPUtime=1.48 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 2373 0 0 0 148 0 0 0 20 0 1 0 246881757 2074800128 3743 33554432000 4194304 5849940 140728250816176 140728250814584 5472680 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506543 3743 756 405 0 503487 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2026172 KiB
Current children cumulated memory: 14972 KiB

[startup+3.10935 s]
/proc/loadavg: 1.13 1.30 1.44 3/194 11180
/proc/meminfo: memFree=24021044/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2027568 memory=16576 CPUtime=3.1 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 3289 0 0 0 309 1 0 0 20 0 1 0 246881757 2076229632 4144 33554432000 4194304 5849940 140728250816176 140728250814072 5303979 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506892 4144 758 405 0 503836 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2027568 KiB
Current children cumulated memory: 16576 KiB

[startup+6.30023 s]
/proc/loadavg: 1.13 1.30 1.44 3/194 11180
/proc/meminfo: memFree=24024160/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2026556 memory=15564 CPUtime=6.28 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 4450 0 0 0 626 2 0 0 20 0 1 0 246881757 2075193344 3891 33554432000 4194304 5849940 140728250816176 140728250815416 5518598 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506639 3891 758 405 0 503583 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2026556 KiB
Current children cumulated memory: 15564 KiB

[startup+8.74628 s]
# the end of solver process 11173 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.70119 s, system=0.038995 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40024 s]
/proc/loadavg: 1.13 1.30 1.44 3/194 11180
/proc/meminfo: memFree=24024160/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2026556 memory=16444 CPUtime=6.38 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 4463 0 0 0 636 2 0 0 20 0 1 0 246881757 2075193344 4111 33554432000 4194304 5849940 140728250816176 140728250815416 140629993043950 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506639 4111 758 405 0 503583 0
Current children cumulated CPU time: 6.38 s
Current children cumulated vsize: 2026556 KiB
Current children cumulated memory: 16444 KiB

[startup+8.00025 s]*
/proc/loadavg: 1.20 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24017256/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2026560 memory=16324 CPUtime=7.99 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 5003 0 0 0 796 3 0 0 20 0 1 0 246881757 2075197440 4081 33554432000 4194304 5849940 140728250816176 140728250815176 5473180 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 506640 4081 758 405 0 503584 0
Current children cumulated CPU time: 7.99 s
Current children cumulated vsize: 2026560 KiB
Current children cumulated memory: 16324 KiB

[startup+8.40025 s]
/proc/loadavg: 1.20 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24017256/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2028072 memory=17380 CPUtime=8.38 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 5258 0 0 0 835 3 0 0 20 0 1 0 246881757 2076745728 4345 33554432000 4194304 5849940 140728250816176 140728250815288 4211600 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 507018 4345 758 405 0 503962 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 2028072 KiB
Current children cumulated memory: 17380 KiB

[startup+8.60025 s]
/proc/loadavg: 1.20 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24017256/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2028072 memory=17380 CPUtime=8.58 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 5258 0 0 0 855 3 0 0 20 0 1 0 246881757 2076745728 4345 33554432000 4194304 5849940 140728250816176 140728250815288 4212035 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 507018 4345 758 405 0 503962 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 2028072 KiB
Current children cumulated memory: 17380 KiB

[startup+8.70025 s]
/proc/loadavg: 1.20 1.31 1.44 3/194 11180
/proc/meminfo: memFree=24017256/32770624 swapFree=67108852/67108860
[pid=11173] ppid=11170 vsize=2028072 memory=17380 CPUtime=8.68 cores=1,3,5,7
/proc/11173/stat : 11173 (xcsp_picat) R 11170 11173 11116 0 -1 4202496 5258 0 0 0 865 3 0 0 20 0 1 0 246881757 2076745728 4345 33554432000 4194304 5849940 140728250816176 140728250815288 4212035 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 33976320 140728250823862 140728250823940 140728250823940 140728250826698 0
/proc/11173/statm: 507018 4345 758 405 0 503962 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 2028072 KiB
Current children cumulated memory: 17380 KiB

Child status: 0
Real time (s): 8.74632
CPU time (s): 8.74018
CPU user time (s): 8.70119
CPU system time (s): 0.038995
CPU usage (%): 99.9298
Max. virtual memory (cumulated for all children) (KiB): 2028476
Max. memory (cumulated for all children) (KiB): 17416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.70119
system time used= 0.038995
maximum resident set size= 17464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5323
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 11173
#   total CPU time (s): 8.74018
#   total CPU user time (s): 8.70119
#   total CPU system time (s): 0.038995

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

The end

Launcher Data

Begin job on node133 at 2018-08-15 02:33:06
IDJOB=4309297
IDBENCH=141038
IDSOLVER=2794
FILE ID=node133/4309297-1534293186
RUNJOBID= node133-1534293186-11148
PBS_JOBID= 21038139
Free space on /tmp= 39384 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/StillLife/StillLife-wastage-08_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309297-1534293186/watcher-4309297-1534293186 -o /tmp/evaluation-result-4309297-1534293186/solver-4309297-1534293186 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534293186-11148 --watchdog 2580  xcsp_picat HOME/instance-4309297-1534293186.xml

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

MD5SUM BENCH= 7fa074241beecf824461849015848bff
RANDOM SEED=930210594

node133.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.24
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.24
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.24
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.24
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:        24059200 kB
MemAvailable:   31905444 kB
Buffers:          145524 kB
Cached:          7933048 kB
SwapCached:            4 kB
Active:          4163688 kB
Inactive:        3968312 kB
Active(anon):       4272 kB
Inactive(anon):   101732 kB
Active(file):    4159416 kB
Inactive(file):  3866580 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              3612 kB
Writeback:             0 kB
AnonPages:         60324 kB
Mapped:            55616 kB
Shmem:             49816 kB
Slab:             276124 kB
SReclaimable:     248708 kB
SUnreclaim:        27416 kB
KernelStack:        3168 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351928 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39380 MiB
End job on node133 at 2018-08-15 02:33:15